test fix
This commit is contained in:
parent
0af465fe47
commit
230f7fba77
2 changed files with 5 additions and 4 deletions
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: php-actions/composer@v6
|
||||
with:
|
||||
args: --ignore-platform-reqs
|
||||
- uses: php-actions/phpunit@v3
|
||||
dev: yes
|
||||
- uses: php-actions/phpstan@v3
|
||||
with:
|
||||
memory_limit: 1G
|
||||
args: --memory-limit 1G
|
||||
args: --memory-limit 1G
|
||||
- uses: php-actions/phpunit@v3
|
|
@ -8,7 +8,8 @@
|
|||
failOnRisky="true"
|
||||
failOnEmptyTestSuite="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
verbose="true">
|
||||
verbose="true"
|
||||
bootstrap="vendor/autoload.php">
|
||||
<php>
|
||||
<ini name="display_errors" value="On" />
|
||||
<ini name="error_reporting" value="-1" />
|
||||
|
|
Loading…
Reference in a new issue