Skip to content

Commit

Permalink
Stop early
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 15, 2023
1 parent 9ecb455 commit f3890ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
composer info -D
- name: Run tests
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }} --stop-on-error --stop-on-failure

- name: Run style fixer
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix
Expand Down

0 comments on commit f3890ce

Please sign in to comment.