Skip to content

Commit 49b2bb4

Browse files
committed
Run with npm instead of npx
1 parent 4feafaf commit 49b2bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
run: npm run install:all
6060
- name: Run unit tests
61-
run: npx jest
61+
run: npm test
6262

6363
test-webview:
6464
runs-on: ubuntu-latest
@@ -74,7 +74,7 @@ jobs:
7474
run: npm run install:all
7575
- name: Run unit tests
7676
working-directory: webview-ui
77-
run: npx jest
77+
run: npm test
7878

7979
unit-test:
8080
needs: [test-extension, test-webview]

0 commit comments

Comments
 (0)