Skip to content

Commit

Permalink
Run install before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed May 16, 2024
1 parent dcd56f8 commit 6b0b07e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
- run: npm i -g [email protected]
- run: npm ci
- run: npm test -- -- --forbid-only
- run: npm install --package-lock-only --ignore-scripts
working-directory: firebase-vscode
- run: npm run test:unit
working-directory: firebase-vscode

Expand Down

0 comments on commit 6b0b07e

Please sign in to comment.