Skip to content

Commit

Permalink
ignore development files on production env
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Dec 12, 2024
1 parent 81a3b71 commit 8b69410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
php${{ matrix.php }}-composer-
- name: Install dependencies with composer
env:
COMPOSER_DEV_MODE=1
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

# - name: Setup project
Expand Down

0 comments on commit 8b69410

Please sign in to comment.