Skip to content

Commit 64433ed

Browse files
committed
Upload rest results always
1 parent fa2e718 commit 64433ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)