Skip to content

Commit d62b6da

Browse files
committed
fix test workflow
1 parent 65d7a0c commit d62b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Run Pint (code style)
3434
run: vendor/bin/pint --test
3535
- name: Run PHPUnit tests
36-
run: php artisan test --no-interaction
36+
run: php artisan test

0 commit comments

Comments
 (0)