Skip to content

Commit cecbdf4

Browse files
Update test command to use php artisan test
1 parent 03acf2b commit cecbdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: php artisan migrate --force -v
5252

5353
- name: Tests (Shard ${{ matrix.shard }}/4)
54-
run: pest --parallel --shard ${{ matrix.shard }}/4
54+
run: php artisan test --parallel --shard ${{ matrix.shard }}/4

0 commit comments

Comments
 (0)