.github/workflows: run cockpit unit tests in github workflows
This commit is contained in:
parent
e46a575186
commit
2da55e20b2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dev-checks.yml
vendored
2
.github/workflows/dev-checks.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue