Skip to content

Commit 22fe024

Browse files
committed
Switch PHPUnit to Pest in GitHub Actions workflow
1 parent bba7502 commit 22fe024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
composer update --prefer-dist --no-interaction --no-progress
4949
5050
- name: Run test suite
51-
run: vendor/bin/phpunit
51+
run: vendor/bin/pest

0 commit comments

Comments
 (0)