Skip to content

Commit

Permalink
Update ci-tests.yml: pipeline works, using clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany authored Feb 18, 2024
1 parent 683998b commit 2b1401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
working-directory: ./frontend
run: npm i
run: npm ci

- name: Build
working-directory: ./frontend
Expand Down

0 comments on commit 2b1401a

Please sign in to comment.