Skip to content

Commit

Permalink
update ci-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed May 9, 2024
1 parent df59130 commit 5d2215c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
- name: Set up Python ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
python-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}

- run: cd dqpu-contract
- name: Install dependencies
working-directory: dqpu-contract
run: npm install

- name: Run tests
working-directory: dqpu-contract
run: npm run test

0 comments on commit 5d2215c

Please sign in to comment.