Skip to content

Commit d60db80

Browse files
staabmclxmstaab
andauthored
remove leftover --debug (#285)
Co-authored-by: Markus Staab <[email protected]>
1 parent 31b3793 commit d60db80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
with:
102102
composer-options: "--prefer-dist --no-progress"
103103

104-
- run: composer phpstan -- --debug
104+
- run: composer phpstan

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ jobs:
105105
- name: Setup Problem Matchers for PHPUnit
106106
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
107107

108-
- run: composer phpunit -- --debug
108+
- run: composer phpunit

0 commit comments

Comments
 (0)