We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a3a79 commit ba098b0Copy full SHA for ba098b0
.github/workflows/test-random-execution.yml
@@ -223,3 +223,12 @@ jobs:
223
env:
224
DB: ${{ matrix.db-platform }}
225
TERM: xterm-256color
226
+
227
+ - name: Upload random-test artifacts on failure
228
+ if: ${{ always() && failure() }}
229
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
230
+ with:
231
+ name: random-tests-${{ matrix.db-platform }}-php${{ matrix.php-version }}
232
+ path: build/random-tests/
233
+ retention-days: 1
234
+ overwrite: true
0 commit comments