Skip to content

Commit

Permalink
tests: move tests workflow to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfvandekrol committed Nov 24, 2023
1 parent 5a6fb24 commit e8f3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: composer show -D

- name: Execute tests
run: vendor/bin/pest --ci
run: vendor/bin/phpunit

0 comments on commit e8f3f95

Please sign in to comment.