Skip to content

Commit bb47625

Browse files
committed
adding correct syntax for phpunit
1 parent 5735754 commit bb47625

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
@@ -50,4 +50,4 @@ jobs:
5050
run: php artisan key:generate
5151

5252
- name: Tests
53-
run: ./vendor/bin/phpunit --ci
53+
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)