We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95eea39 commit 6091fcaCopy full SHA for 6091fca
1 file changed
.github/workflows/main.yml
@@ -58,6 +58,7 @@ jobs:
58
59
- name: Upload Artifacts
60
uses: actions/upload-artifact@v2
61
+ continue-on-error: true
62
with:
63
name: PHPUnit (update) - ${{ matrix.php-version }} - ${{ matrix.coverage }} - ${{ matrix.build-way }}
64
path: build/
@@ -122,6 +123,7 @@ jobs:
122
123
124
125
126
127
128
name: Linters - ${{ matrix.php-version }}
129
@@ -154,6 +156,7 @@ jobs:
154
156
155
157
158
159
160
161
name: Reports - ${{ matrix.php-version }}
162
0 commit comments