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 8283032 commit 1c9e5caCopy full SHA for 1c9e5ca
.github/workflows/CI.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
python atest/run.py
39
- uses: actions/upload-artifact@v1
40
+ if: ${{ always() }}
41
with:
42
name: atest_results
43
path: atest/results
0 commit comments