Skip to content

Commit

Permalink
ci: fix cbtc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 18, 2024
1 parent dcdac4f commit 51f77b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-unit-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
working-directory: ./example/cbtc
- run: npm ci
working-directory: ./example/cbtc
- run: npm test
working-directory: ./example/cbtc

0 comments on commit 51f77b8

Please sign in to comment.