Skip to content

Commit f38fdea

Browse files
Update test workflow to use composer test command
1 parent b24821c commit f38fdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
3030

3131
- name: Execute tests
32-
run: vendor/bin/pest
32+
run: composer test

0 commit comments

Comments
 (0)