Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller authored Jan 26, 2024
1 parent 949ade6 commit 590d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'npm'
cache-dependency-path: nav-app/package-lock.json
- run: npm ci
- run: npm run test -- --code-coverage --no-watch --browsers ChromeHeadlessCI
- run: ng test --code-coverage --no-watch --browsers ChromeHeadlessCI
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 590d22d

Please sign in to comment.