mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Fixed Tests GitHub Action
This commit is contained in:
parent
3a095e2096
commit
f4426fc2a4
2 changed files with 3 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: yarn coverage
|
||||
|
||||
- name: Generate junit.xml
|
||||
run: JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=jest-junit
|
||||
run: yarn generate-junit
|
||||
|
||||
- name: Upload results to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue