Skip to content

Commit

Permalink
ci: Fix Grumphp task name.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 21, 2021
1 parent 603eb82 commit 4fd27fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Run Grumphp
run: vendor/bin/grumphp run --tasks=phpspec,coverage_clover
run: vendor/bin/grumphp run --tasks=phpspec,clover_coverage

- name: Send Scrutinizer data
run: |
Expand Down

0 comments on commit 4fd27fd

Please sign in to comment.