mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Remove continue-on-error: true from CI + add checkout on second job
This commit is contained in:
parent
323e750ca2
commit
e31d426ac4
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -29,7 +29,6 @@ jobs:
|
|||
- name: Create test report
|
||||
uses: ./
|
||||
if: success() || failure()
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: JEST Tests
|
||||
path: __tests__/__results__/*.xml
|
||||
|
|
@ -40,8 +39,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build-test
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
continue-on-error: true
|
||||
with:
|
||||
artifact: test-results
|
||||
name: Artifact Report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue