Skip to content

Commit c0f9387

Browse files
committed
Upload Artifacts - ignore errors
1 parent f196ccd commit c0f9387

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858

5959
- name: Upload Artifacts
6060
uses: actions/upload-artifact@v2
61+
continue-on-error: true
6162
with:
6263
name: PHPUnit (update) - ${{ matrix.php-version }} - ${{ matrix.coverage }} - ${{ matrix.build-way }}
6364
path: build/
@@ -90,6 +91,7 @@ jobs:
9091

9192
- name: Upload Artifacts
9293
uses: actions/upload-artifact@v2
94+
continue-on-error: true
9395
with:
9496
name: PHPUnit (build) - ${{ matrix.php-version }} - ${{ matrix.coverage }} - ${{ matrix.build-way }}
9597
path: build/
@@ -154,6 +156,7 @@ jobs:
154156

155157
- name: Upload Artifacts
156158
uses: actions/upload-artifact@v2
159+
continue-on-error: true
157160
with:
158161
name: Reports - ${{ matrix.php-version }}
159162
path: build/

0 commit comments

Comments
 (0)