CI: Disable Test reporting

I've wasted enough time on this.
This commit is contained in:
Vishesh Handa
2022-02-23 16:50:28 +01:00
parent 6c69209f97
commit 76f9dec140
4 changed files with 24 additions and 23 deletions

View File

@ -20,13 +20,13 @@ jobs:
fetch-depth: 0
- name: Test
run: ./scripts/test.sh
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Unit Tests ${{ matrix.os }} ${{ matrix.sdk }}
path: test-results.xml
reporter: jest-junit
# - name: Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: Unit Tests ${{ matrix.os }} ${{ matrix.sdk }}
# path: test-results.xml
# reporter: jest-junit
- name: Unlock Secrets
env:
GITCRYPT_KEY: ${{ secrets.GITCRYPT_KEY }}

View File

@ -20,13 +20,13 @@ jobs:
fetch-depth: 0
- name: Test
run: ./scripts/test.sh
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Unit Tests ${{ matrix.os }} ${{ matrix.sdk }}
path: test-results.xml
reporter: jest-junit
# - name: Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: Unit Tests ${{ matrix.os }} ${{ matrix.sdk }}
# path: test-results.xml
# reporter: jest-junit
- name: Unlock Secrets
env:
GITCRYPT_KEY: ${{ secrets.GITCRYPT_KEY }}

View File

@ -22,13 +22,13 @@ jobs:
flutter-version: "2.8.1"
- name: Test
run: ./scripts/test.sh
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Unit Tests ${{ matrix.os }} ${{ matrix.sdk }}
path: test-results.xml
reporter: jest-junit
# - name: Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: Unit Tests ${{ matrix.os }} ${{ matrix.sdk }}
# path: test-results.xml
# reporter: jest-junit
- name: Unlock Secrets
env:
GITCRYPT_KEY: ${{ secrets.GITCRYPT_KEY }}

View File

@ -6,5 +6,6 @@
set -eux pipefail
flutter test --machine | tee test-results.json
cat test-results.json | dart run junitreport:tojunit --output test-results.xml
flutter test
# --machine | tee test-results.json
# cat test-results.json | dart run junitreport:tojunit --output test-results.xml