Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 19, 2022
1 parent 88e7a47 commit 1751e6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,12 @@ jobs:
- name: Prepare Testbench
run: composer run prepare

- name: Execute tests
- name: Execute tests (with deprecations)
run: vendor/bin/phpunit
if: matrix.dependencies == 'highest'

- name: Execute tests (without deprecations)
run: vendor/bin/phpunit
env:
TESTBENCH_CONVERT_DEPRECATIONS_TO_EXCEPTIONS: false
if: matrix.dependencies != 'highest'

0 comments on commit 1751e6d

Please sign in to comment.