Use cancellation check with latest test reporter (#10507)

This commit is contained in:
Matt Bishop 2024-08-13 15:10:19 -04:00 committed by GitHub
parent 1b22320dc5
commit c3d7da06b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"