Skip to content

Commit d715ee1

Browse files
committed
ignore development files on production env
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
1 parent a58181b commit d715ee1

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
@@ -42,7 +42,7 @@ jobs:
4242
php${{ matrix.php }}-composer-
4343
4444
- name: Install dependencies with composer
45-
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi --dev
45+
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --no-cache
4646

4747
- name: Collect code coverage with PHPUnit
4848
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml

0 commit comments

Comments
 (0)