Skip to content

Commit 8b69410

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
php${{ matrix.php }}-composer-
4343
4444
- name: Install dependencies with composer
45+
env:
46+
COMPOSER_DEV_MODE=1
4547
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4648

4749
# - name: Setup project

0 commit comments

Comments
 (0)