Skip to content

Commit 1c9e5ca

Browse files
committed
Always upload artifacts
1 parent 8283032 commit 1c9e5ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
python atest/run.py
3939
- uses: actions/upload-artifact@v1
40+
if: ${{ always() }}
4041
with:
4142
name: atest_results
4243
path: atest/results

0 commit comments

Comments
 (0)