Skip to content

Commit af17bc2

Browse files
committed
fix: remove debug
1 parent 9b1601e commit af17bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: List Installed Dependencies
5050
run: composer show
5151

52-
- name: Debug PhpUnit version
53-
run: composer why phpunit/phpunit -t
52+
# - name: Debug PhpUnit version
53+
# run: composer why phpunit/phpunit -t
5454

5555
- name: Execute tests
5656
run: vendor/bin/pest

0 commit comments

Comments
 (0)