Skip to content

Commit 6091fca

Browse files
committed
Upload Artifacts - ignore errors
1 parent 95eea39 commit 6091fca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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/
@@ -122,6 +123,7 @@ jobs:
122123

123124
- name: Upload Artifacts
124125
uses: actions/upload-artifact@v2
126+
continue-on-error: true
125127
with:
126128
name: Linters - ${{ matrix.php-version }}
127129
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)