Skip to content

Commit 694da4c

Browse files
committed
chore(actions): ignore upload-artifact errors
1 parent 084ecf3 commit 694da4c

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)