Skip to content

Commit

Permalink
.github/workflows: run cockpit unit tests in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Jan 29, 2025
1 parent 560df7c commit b7869c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: npm run lint
- name: Run unit tests
run: npm run test:coverage
- name: Run unit tests with cockpit
run: npm run test:cockpit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit b7869c2

Please sign in to comment.