Skip to content

Commit 4aebc8e

Browse files
Allow logs to fail
1 parent b473088 commit 4aebc8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,21 @@ jobs:
7878
fail_ci_if_error: 'true'
7979
- name: 🏺 Publish logs
8080
if: always()
81+
continue-on-error: true
8182
uses: actions/upload-artifact@v2
8283
with:
8384
name: 'logs'
8485
path: 'artifacts/logs/'
8586
- name: 🏺 Publish coverage data
8687
if: always()
88+
continue-on-error: true
8789
uses: actions/upload-artifact@v2
8890
with:
8991
name: 'coverage'
9092
path: 'coverage/'
9193
- name: 🏺 Publish test data
9294
if: always()
95+
continue-on-error: true
9396
uses: actions/upload-artifact@v2
9497
with:
9598
name: 'test data'

0 commit comments

Comments
 (0)