Skip to content

Commit 2a44476

Browse files
committed
Upload Artifacts, ignore errors
1 parent 2243240 commit 2a44476

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 - ${{ matrix.php-version }} - ${{ matrix.coverage }}
6364
path: build/
@@ -89,6 +90,7 @@ jobs:
8990

9091
- name: Upload Artifacts
9192
uses: actions/upload-artifact@v2
93+
continue-on-error: true
9294
with:
9395
name: Linters - ${{ matrix.php-version }}
9496
path: build/
@@ -121,6 +123,7 @@ jobs:
121123

122124
- name: Upload Artifacts
123125
uses: actions/upload-artifact@v2
126+
continue-on-error: true
124127
with:
125128
name: Reports - ${{ matrix.php-version }}
126129
path: build/

0 commit comments

Comments
 (0)