Skip to content

Commit

Permalink
scrutinize.yaml: rm double space
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy authored Jan 2, 2025
1 parent 7bc4a6d commit 0e8ae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrutinize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: vendor
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- name: Generate PHP tests coverage
run: vendor/bin/phpunit --coverage-clover coverage.clover
run: vendor/bin/phpunit --coverage-clover coverage.clover
- name: Upload Scrutinizer coverage
uses: sudo-bot/action-scrutinizer@latest
with:
Expand Down

0 comments on commit 0e8ae57

Please sign in to comment.