Skip to content

Commit 95555a8

Browse files
authored
Merge pull request #2583 from AlexandreSinger/feature-upgrade-ci-actions
[CI] Fixed Issue with Artifacts not Being Saved On Failure
2 parents b04f8c5 + df9cafe commit 95555a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
NUM_CORES: ${{ matrix.cores }}
7575

7676
- name: Upload test results
77+
# We always want the test results to be uploaded, even when cancelled.
78+
# https://docs.github.com/en/actions/learn-github-actions/expressions#always
79+
if: ${{ always() }}
7780
# TODO: This runnner is running on a self-hosted CPU. In order to upgrade
7881
# to v4, need to upgrade the machine to support node20.
7982
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)