Skip to content

Commit

Permalink
skouash
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkrovitch committed Nov 4, 2024
1 parent 7cc61b7 commit 97a2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: docker compose up -d db

- name: Run phpunit
run: bin/phpunit -c phpunit.xml.dist
run: docker compose up -d db && bin/phpunit -c phpunit.xml.dist

- name: Run php-cs-fixer
run: PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --using-cache=no --verbose --diff --allow-risky=yes --config .php-cs-fixer.dist.php
Expand Down

0 comments on commit 97a2e57

Please sign in to comment.