Skip to content

Commit

Permalink
Merge pull request #379 from jrchamp/ci/phpunit-fail-on-warning
Browse files Browse the repository at this point in the history
ci: Treat PHPUnit warnings as failures
  • Loading branch information
jrchamp authored May 19, 2022
2 parents 9996202 + 51dd73d commit fe892ad
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 @@ -122,7 +122,7 @@ jobs:

- name: PHPUnit tests
if: ${{ always() }}
run: moodle-plugin-ci phpunit
run: moodle-plugin-ci phpunit --fail-on-warning

- name: Behat features
if: ${{ always() }}
Expand Down

0 comments on commit fe892ad

Please sign in to comment.