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 f636bba commit f562cfa
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 @@ -35,12 +35,12 @@ jobs:
node-version: [18.x]

steps:
- working-directory: ./example/cbtc
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- working-directory: ./example/cbtc
- run: npm ci
- run: npm test

0 comments on commit f562cfa

Please sign in to comment.