Skip to content

Commit

Permalink
Run npm i in root folder first
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed May 21, 2024
1 parent f73fa8f commit 215a5ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,17 @@ jobs:
cache: npm
cache-dependency-path: npm-shrinkwrap.json

- run: npm i -g [email protected]
- run: npm ci

- run: npm install
working-directory: firebase-vscode
- run: npm run test:unit
working-directory: firebase-vscode

- uses: codecov/codecov-action@v3
if: matrix.node-version == '20'

unit:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 215a5ef

Please sign in to comment.