Skip to content

Commit 4b6a024

Browse files
committed
do not fail PHPUnit on warning or deprecation
1 parent e2bc044 commit 4b6a024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ jobs:
119119
120120
- # https://github.com/sebastianbergmann/phpunit
121121
name: Unit tests with PHPUnit
122-
run: phpunit --group reference --do-not-cache-result --no-progress
122+
run: phpunit --group reference --do-not-cache-result --no-progress --do-not-fail-on-phpunit-warning --do-not-fail-on-phpunit-deprecation

0 commit comments

Comments
 (0)