Use cancellation check with latest test reporter (#10507)
This commit is contained in:
parent
1b22320dc5
commit
c3d7da06b8
|
@ -76,8 +76,8 @@ jobs:
|
||||||
run: npm test -- --coverage --maxWorkers=3
|
run: npm test -- --coverage --maxWorkers=3
|
||||||
|
|
||||||
- name: Report test results
|
- name: Report test results
|
||||||
uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0
|
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
|
||||||
if: ${{ needs.check-test-secrets.outputs.available == 'true' }} && always()
|
if: ${{ needs.check-test-secrets.outputs.available == 'true' && !cancelled() }}
|
||||||
with:
|
with:
|
||||||
name: Test Results
|
name: Test Results
|
||||||
path: "junit.xml"
|
path: "junit.xml"
|
||||||
|
|
Loading…
Reference in New Issue