Skip to content

Commit 79b493c

Browse files
committed
Fix github actions issue about archiving test result for failing tests
Signed-off-by: aserkes <[email protected]>
1 parent f10a964 commit 79b493c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Archive test results
7979
uses: actions/[email protected]
8080
#https://github.com/actions/upload-artifact/issues/240
81-
if: ${{ matrix.os != 'windows-latest'}}
81+
if: ${{ matrix.os != 'windows-latest' && always() }}
8282
with:
8383
name: test-results
8484
path: |

0 commit comments

Comments
 (0)