Skip to content

Commit 829bddc

Browse files
committedJan 23, 2025·
move to pest
1 parent 86f42d4 commit 829bddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Install dependencies
1818
run: composer install --prefer-dist --no-progress --no-suggest
1919

20-
- name: Run PHPUnit
21-
run: vendor/bin/phpunit
20+
- name: Run Pest
21+
run: vendor/bin/pest

0 commit comments

Comments
 (0)
Please sign in to comment.