We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10a964 commit 79b493cCopy full SHA for 79b493c
.github/workflows/validate.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Archive test results
79
uses: actions/[email protected]
80
#https://github.com/actions/upload-artifact/issues/240
81
- if: ${{ matrix.os != 'windows-latest'}}
+ if: ${{ matrix.os != 'windows-latest' && always() }}
82
with:
83
name: test-results
84
path: |
0 commit comments