Skip to content

Commit

Permalink
update CI CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mthinon committed Oct 9, 2024
1 parent fa198b1 commit 66c73a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
php-version: ${{ matrix.php-version }}

- name: Copy .env.test.local
run: php -r "file_exists('.env.test.local') || copy('.env.test', '.env.test.local');"

- name: Install Composer Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

Expand Down

0 comments on commit 66c73a1

Please sign in to comment.