Skip to content

Commit

Permalink
Update workflow task specification
Browse files Browse the repository at this point in the history
  • Loading branch information
gjonhajdari committed Oct 25, 2024
1 parent 9476c7d commit e44f6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
cache: 'npm'

- run: npm ci
- run: npm test --if-present
- run: npm build --if-present
- run: npm run test --if-present
- run: npm run build --if-present

0 comments on commit e44f6cd

Please sign in to comment.