File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,14 @@ jobs:
5151
5252 - name : Upload runner test results
5353 uses : actions/upload-artifact@v4
54+ if : always()
5455 with :
5556 name : atest-result-runner-${{ matrix.python-version }}
5657 path : atest/output_runner/
5758
5859 - name : Upload runner test results
5960 uses : actions/upload-artifact@v4
61+ if : always()
6062 with :
6163 name : atest-result-library-${{ matrix.python-version }}
6264 path : atest/output_library/
Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ jobs:
3434 uv run inv atest
3535 - name : Upload runner test results
3636 uses : actions/upload-artifact@v4
37+ if : always()
3738 with :
3839 name : atest-result-runner-python-3.13
3940 path : atest/output_runner/
4041 - name : Upload runner test results
42+ if : always()
4143 uses : actions/upload-artifact@v4
4244 with :
4345 name : atest-result-library-python-3.13
You can’t perform that action at this time.
0 commit comments