Skip to content

Commit b235d1d

Browse files
Merge pull request #3 from TheDragonCode/1.x
Update test workflow to use `composer test` command
2 parents b24821c + f38fdea commit b235d1d

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)