From 230f7fba77794256c76b796b8f22c0e927f1ad7d Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Wed, 30 Nov 2022 08:04:02 -0700 Subject: [PATCH] test fix --- .github/workflows/tests.yaml | 6 +++--- phpunit.xml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4289a62..a1917a2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 \ No newline at end of file + args: --memory-limit 1G + - uses: php-actions/phpunit@v3 \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 71de912..bc2f7c1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,8 @@ failOnRisky="true" failOnEmptyTestSuite="true" beStrictAboutOutputDuringTests="true" - verbose="true"> + verbose="true" + bootstrap="vendor/autoload.php">