From deef20c6a424ae37bf8f7243890803a92858e0b4 Mon Sep 17 00:00:00 2001 From: Andrew Courtice Date: Sun, 27 Feb 2022 11:59:13 +1000 Subject: [PATCH] fix(workflow): removed reporting test results (temp) --- .github/workflows/build-and-test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index fed3803c..b3954d08 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -52,13 +52,13 @@ jobs: packages/**/dist/ plugins/**/dist/ - - name: Report Test Results - uses: dorny/test-reporter@v1 - if: success() || failure() - with: - name: Test Results - path: test-results.xml - reporter: jest-junit + # - name: Report Test Results + # uses: dorny/test-reporter@v1 + # if: success() || failure() + # with: + # name: Test Results + # path: test-results.xml + # reporter: jest-junit - name: Upload Test Results uses: actions/upload-artifact@v2