.github/workflows: run cockpit unit tests in github workflows

This commit is contained in:
Sanne Raymaekers 2025-01-29 16:34:07 +01:00 committed by Klara Simickova
parent e46a575186
commit 2da55e20b2

View file

@ -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: