Skip to content

Commit

Permalink
#78 - GHA debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Aug 20, 2024
1 parent 222fee3 commit fde6b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
coverage: none

- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-suggest
run: APP_ENV=ci composer install --prefer-dist --no-interaction --no-suggest

- name: Run PHP linter
run: composer cs
Expand Down

0 comments on commit fde6b16

Please sign in to comment.