Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat authored Feb 28, 2024
1 parent fa34ba1 commit 80efeda
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
node-version: 18.12.1
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- working-directory: ./frontend/app
run: npm ci
- working-directory: ./frontend/app
run: npm run build --if-present
- working-directory: ./frontend/app
run: npm test

0 comments on commit 80efeda

Please sign in to comment.