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
|
run: npm ci
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: npm run test:unit:ci
|
run: npm run test:unit:ci
|
||||||
- name: Test Report
|
# - name: Test Report
|
||||||
uses: dorny/test-reporter@v1
|
# uses: dorny/test-reporter@v1
|
||||||
if: success() || failure()
|
# if: success() || failure()
|
||||||
with:
|
# with:
|
||||||
name: Vitest Tests
|
# name: Vitest Tests
|
||||||
path: reports/unittest.json
|
# path: reports/unittest.json
|
||||||
reporter: mocha-json
|
# reporter: mocha-json
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue