Skip to content

Commit

Permalink
Remove continue-on-error: true from CI + add checkout on second job
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Feb 16, 2021
1 parent 323e750 commit e31d426
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e31d426

Please sign in to comment.