diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 072b795da..8b70b1a62 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,4 +41,4 @@ jobs: - name: Run Linting and Tests run: | ./vendor/bin/parallel-lint --exclude vendor --exclude storage --exclude tests/fixtures/plugins/testvendor/goto/Plugin.php . - ./vendor/bin/phpunit + ./vendor/bin/phpunit --prepend ./vendor/october/rain/src/Support/helpers.php