Skip to content

Commit db8a00a

Browse files
authored
ci: update unit test command to include local binaries
1 parent 9d2aa75 commit db8a00a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
run: sfw npm install --no-package-lock
2727

2828
- name: Run unit tests
29-
run: npm run test
29+
run: |
30+
$env:PATH="$PWD\node_modules\.bin;$env:PATH"
31+
npm run test
3032
shell: pwsh

0 commit comments

Comments
 (0)