Use cancellation check with latest test reporter (#10507)

pull/10531/head
Matt Bishop 2 years ago committed by GitHub
parent 1b22320dc5
commit c3d7da06b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,8 +76,8 @@ jobs:
run: npm test -- --coverage --maxWorkers=3
- name: Report test results
uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0
if: ${{ needs.check-test-secrets.outputs.available == 'true' }} && always()
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
if: ${{ needs.check-test-secrets.outputs.available == 'true' && !cancelled() }}
with:
name: Test Results
path: "junit.xml"

Loading…
Cancel
Save