We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f196ccd commit c0f9387Copy full SHA for c0f9387
.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/
@@ -90,6 +91,7 @@ jobs:
90
91
92
93
94
95
96
name: PHPUnit (build) - ${{ matrix.php-version }} - ${{ matrix.coverage }} - ${{ matrix.build-way }}
97
@@ -154,6 +156,7 @@ jobs:
154
156
155
157
158
159
160
161
name: Reports - ${{ matrix.php-version }}
162
0 commit comments