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

Commit f562cfa

Browse files
committed
ci: fix cbtc tests
1 parent f636bba commit f562cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-tests.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
node-version: [18.x]
3636

3737
steps:
38-
- working-directory: ./example/cbtc
3938
- uses: actions/checkout@v3
4039
- name: Use Node.js ${{ matrix.node-version }}
4140
uses: actions/setup-node@v3
4241
with:
4342
node-version: ${{ matrix.node-version }}
4443
cache: 'npm'
44+
- working-directory: ./example/cbtc
4545
- run: npm ci
4646
- run: npm test

0 commit comments

Comments
 (0)