Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

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 f562cfa commit dcdac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- working-directory: ./example/cbtc
working-directory: ./example/cbtc
- run: npm ci
- run: npm test

0 comments on commit dcdac4f

Please sign in to comment.