Skip to content

Commit

Permalink
fix(workflow): removed reporting test results (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Feb 27, 2022
1 parent fa19b3c commit deef20c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deef20c

Please sign in to comment.