Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 19, 2024
1 parent 5ac3a3f commit 574ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: composer show -D

- name: Execute tests
run: vendor/bin/phpunit --exclude-group commander,core,database,workbench,phpunit-configuration --no-coverage --no-configuration --dont-report-useless-tests --bootstrap vendor/autoload.php vendor/orchestra/testbench-core/tests
run: vendor/bin/phpunit ${{ matrix.phpunit == '^11.0' && '--exclude-group commander --exclude-group core --exclude-group database --exclude-group workbench --exclude-group phpunit-configuration' || '--exclude-group commander,core,database,workbench,phpunit-configuration' }} --no-coverage --no-configuration --dont-report-useless-tests --bootstrap vendor/autoload.php vendor/orchestra/testbench-core/tests
env:
RAY_ENABLED: false
TESTBENCH_CONVERT_DEPRECATIONS_TO_EXCEPTIONS: true
Expand Down

0 comments on commit 574ee8f

Please sign in to comment.