Skip to content

Commit e239a31

Browse files
committed
Upload Artifacts - ignore errors
1 parent 179c4e7 commit e239a31

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/
@@ -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: Linters - ${{ matrix.php-version }}
9597
path: build/
@@ -122,6 +124,7 @@ jobs:
122124

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

0 commit comments

Comments
 (0)