Skip to content

Commit f7fb13b

Browse files
committed
fix: npm bin link for integration tests
1 parent ec7b3c9 commit f7fb13b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci --ignore-scripts
2121
- name: Build libs
22-
run: npm run build
22+
run: |
23+
npm run build
24+
npm rebuild # To create bin links
2325
- name: Tests
2426
run: npm run test:coverage
2527
- name: Upload coverage results to Coveralls

0 commit comments

Comments
 (0)