mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 19:55:22 -08:00
Remove continue-on-error: true from CI + add checkout on second job
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
|||||||
- name: Create test report
|
- name: Create test report
|
||||||
uses: ./
|
uses: ./
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
continue-on-error: true
|
|
||||||
with:
|
with:
|
||||||
name: JEST Tests
|
name: JEST Tests
|
||||||
path: __tests__/__results__/*.xml
|
path: __tests__/__results__/*.xml
|
||||||
@@ -40,8 +39,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build-test
|
needs: build-test
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- uses: ./
|
- uses: ./
|
||||||
continue-on-error: true
|
|
||||||
with:
|
with:
|
||||||
artifact: test-results
|
artifact: test-results
|
||||||
name: Artifact Report
|
name: Artifact Report
|
||||||
|
|||||||
Reference in New Issue
Block a user