Skip to content

Commit

Permalink
Fix github actions issue about archiving test result for failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: aserkes <[email protected]>
  • Loading branch information
aserkes committed Mar 9, 2023
1 parent f10a964 commit 79b493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Archive test results
uses: actions/[email protected]
#https://github.com/actions/upload-artifact/issues/240
if: ${{ matrix.os != 'windows-latest'}}
if: ${{ matrix.os != 'windows-latest' && always() }}
with:
name: test-results
path: |
Expand Down

0 comments on commit 79b493c

Please sign in to comment.