Skip to content

Commit 666faa3

Browse files
authored
Merge pull request #2482 from Kitware/ignore-upload-artifact-failure
chore(actions): ignore upload-artifact errors
2 parents 084ecf3 + 694da4c commit 666faa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- name: Archive test results
3737
if: always()
3838
uses: actions/upload-artifact@v3
39+
continue-on-error: true
3940
with:
4041
name: test-results
4142
path: Utilities/TestResults/Test-Report.html
42-
retention-days: 15
43+
retention-days: 15

0 commit comments

Comments
 (0)