Skip to content

Commit bf4e567

Browse files
authored
Fix codecov.yml
Signed-off-by: Alex Karajos <alex.merlin.1985@gmail.com>
1 parent 361add2 commit bf4e567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install dependencies with composer
4545
env:
46-
COMPOSER_DEV_MODE=1
46+
COMPOSER_DEV_MODE: 1
4747
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4848

4949
- name: Collect code coverage with PHPUnit

0 commit comments

Comments
 (0)