Skip to content

Commit

Permalink
ng is not a tool installed within the action
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasengels committed Nov 25, 2024
1 parent cced254 commit 8fe46e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- run: ng test ng-inbo --no-watch --code-coverage
- run: npm test
- run: npm run build --if-present

0 comments on commit 8fe46e9

Please sign in to comment.