mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Use cancellation check with latest test reporter (#10507)
This commit is contained in:
parent
1b22320dc5
commit
c3d7da06b8
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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…
Reference in New Issue
Block a user