Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 0c94c1d

Browse files
committed
Remove commented out code
1 parent 6b1b6b8 commit 0c94c1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
3838

3939
- name: Execute tests
40-
#run: phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.clover --verbose
4140
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose
4241

4342
- name: Upload Code Coverage

0 commit comments

Comments
 (0)