Remove "Create test report" step from PR check runs

This commit is contained in:
Michal Dorner 2022-11-30 18:23:12 +01:00
parent 75b0cadf5f
commit a5c5b636ff
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C
2 changed files with 22 additions and 8 deletions

View file

@ -27,11 +27,3 @@ jobs:
with:
name: test-results
path: __tests__/__results__/*.xml
- name: Create test report
uses: ./
if: success() || failure()
with:
name: JEST Tests
path: __tests__/__results__/*.xml
reporter: jest-junit