Skip to content

Commit 3db958d

Browse files
committed
Run Pest instead
1 parent 11f7fa4 commit 3db958d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
run: |
3333
composer install --no-interaction
3434
35-
- name: Run PHPUnit
36-
run: composer test
35+
- name: Run Pest
36+
run: vendor/bin/pest

0 commit comments

Comments
 (0)