Skip to content

Commit

Permalink
[CI] Set log file
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jan 13, 2025
1 parent 4479535 commit 1d36ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
extensions: intl
tools: symfony
coverage: none
ini-values: error_log=/var/log/php.log
-
name: PHP Info
run: php -i | grep error_log
Expand Down Expand Up @@ -302,7 +303,7 @@ jobs:
if: failure()
with:
name: "PHP logs - ${{ matrix.sylius }}-${{ github.run_id }}-${{ github.run_number }}"
path: /var/log/php8.1-fpm.log
path: /var/log/php.log
if-no-files-found: ignore
compression-level: 6
overwrite: true

0 comments on commit 1d36ba1

Please sign in to comment.