Skip to content

Commit a7aa5d2

Browse files
committed
[CI] Add PHP logs
1 parent 7392ae1 commit a7aa5d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,14 @@ jobs:
288288
if-no-files-found: ignore
289289
compression-level: 6
290290
overwrite: true
291+
292+
-
293+
name: Upload PHP logs
294+
uses: actions/upload-artifact@v4
295+
if: failure()
296+
with:
297+
name: "PHP logs - ${{ matrix.sylius }}-${{ github.run_id }}-${{ github.run_number }}"
298+
path: /var/log/
299+
if-no-files-found: ignore
300+
compression-level: 6
301+
overwrite: true

0 commit comments

Comments
 (0)