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 179c4e7 commit e239a31Copy full SHA for e239a31
.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 - ${{ matrix.php-version }} - ${{ matrix.coverage }}
64
path: build/
@@ -90,6 +91,7 @@ jobs:
90
91
92
93
94
95
96
name: Linters - ${{ matrix.php-version }}
97
@@ -122,6 +124,7 @@ jobs:
122
124
123
125
126
127
128
129
name: Reports - ${{ matrix.php-version }}
130
0 commit comments