mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
disable test report
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
bc1458d5a0
commit
abf16aa242
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -31,13 +31,13 @@ jobs:
|
|||
run: npm ci
|
||||
- name: Unit tests
|
||||
run: npm run test:unit:ci
|
||||
- name: Test Report
|
||||
uses: dorny/test-reporter@v1
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: Vitest Tests
|
||||
path: reports/unittest.json
|
||||
reporter: mocha-json
|
||||
# - name: Test Report
|
||||
# uses: dorny/test-reporter@v1
|
||||
# if: success() || failure()
|
||||
# with:
|
||||
# name: Vitest Tests
|
||||
# path: reports/unittest.json
|
||||
# reporter: mocha-json
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
|
|
Loading…
Add table
Reference in a new issue