Skip to content

Commit

Permalink
Run frontend tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-b committed Mar 20, 2024
1 parent a0fe066 commit 7417db5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:
- name: Lint frontend
working-directory: ./src/ILICheck.Web/ClientApp
run: npm run lint

- name: Test frontend
working-directory: ./src/ILICheck.Web/ClientApp
run: npm run test

0 comments on commit 7417db5

Please sign in to comment.