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

Commit 51f77b8

Browse files
committed
ci: fix cbtc tests
1 parent dcdac4f commit 51f77b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'npm'
44-
working-directory: ./example/cbtc
4544
- run: npm ci
45+
working-directory: ./example/cbtc
4646
- run: npm test
47+
working-directory: ./example/cbtc

0 commit comments

Comments
 (0)