Skip to content

Commit 00ed318

Browse files
committed
debug no longer necessary
1 parent e9dd8e1 commit 00ed318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Install dependencies
1818
run: composer install --prefer-dist --no-progress
1919
- name: Run PHPUnit tests
20-
run: vendor/bin/phpunit --debug
20+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)