Skip to content

Commit

Permalink
Issue #377: Fixed .github/workflows/codecov.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Karajos <[email protected]>
  • Loading branch information
alexmerlin authored Dec 18, 2024
1 parent 361add2 commit 04964fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies with composer
env:
COMPOSER_DEV_MODE=1
COMPOSER_DEV_MODE: 1
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

- name: Collect code coverage with PHPUnit
Expand Down

0 comments on commit 04964fb

Please sign in to comment.