Skip to content

Commit 1d36ba1

Browse files
committed
[CI] Set log file
1 parent 4479535 commit 1d36ba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
extensions: intl
8686
tools: symfony
8787
coverage: none
88+
ini-values: error_log=/var/log/php.log
8889
-
8990
name: PHP Info
9091
run: php -i | grep error_log
@@ -302,7 +303,7 @@ jobs:
302303
if: failure()
303304
with:
304305
name: "PHP logs - ${{ matrix.sylius }}-${{ github.run_id }}-${{ github.run_number }}"
305-
path: /var/log/php8.1-fpm.log
306+
path: /var/log/php.log
306307
if-no-files-found: ignore
307308
compression-level: 6
308309
overwrite: true

0 commit comments

Comments
 (0)