Skip to content

Commit

Permalink
ci: use install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 17, 2023
1 parent fac00ba commit eeacd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
EOF
- name: Install NPM Dependencies
run: |
npm ci
npm install
mkdir -p ./test/results
- name: Lint and Test
run: npm run test
Expand Down

0 comments on commit eeacd53

Please sign in to comment.