Skip to content

Commit

Permalink
Update .github/workflows/ci-linux.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Anne <[email protected]>
  • Loading branch information
trasher and cedric-anne authored Nov 16, 2023
1 parent 9f5d861 commit 2f5dd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run code static analysis
run: |
vendor/bin/phpstan analyze --ansi --memory-limit=2G --no-interaction --no-progress
vendor/bin/phpstan analyze --ansi --no-interaction --no-progress
- name: Conversions tests
run: for i in `ls tests/data/*.xml`; do ./bin/convert $i || exit 1; done
Expand Down

0 comments on commit 2f5dd77

Please sign in to comment.