Skip to content

Commit

Permalink
test change 8, symfony/dotenv required
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Sosnowski committed Apr 15, 2024
1 parent 5ecb37a commit f206a5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ jobs:
docker compose exec -T \
php composer require ${{ env.PACKAGE_NAME }}:* --no-interaction --no-update
- name: Require dotenv
run: docker-compose exec -T php composer require symfony/dotenv:* --no-update --no-interaction --dev

- name: Install dependencies and reset shop
run: |
docker compose exec -T php composer update --no-interaction
Expand Down

0 comments on commit f206a5b

Please sign in to comment.