Skip to content

Commit 7105033

Browse files
committed
updated npx and npm install --package-lock-only
1 parent 4142b50 commit 7105033

File tree

2 files changed

+957
-4
lines changed

2 files changed

+957
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ jobs:
2020
node-version: "16"
2121

2222
- name: Install dependencies
23-
run: npm install
23+
run: npm ci
2424
working-directory: src/movie-analyst-ui
2525

2626
- name: Run tests
27-
run: |
28-
export PATH=$(npm bin):$PATH
29-
npm test
27+
run: npx test
3028
working-directory: src/movie-analyst-ui
3129

3230
- name: Build the app

0 commit comments

Comments
 (0)