Skip to content

Commit

Permalink
Set APP_ENV of test stack
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Aug 14, 2023
1 parent b6f00c2 commit 34ac0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
cache_from:
- docker.pkg.github.com/armaforces/website/app_assets:dev
- docker.pkg.github.com/armaforces/website/app_php:dev
environment:
APP_ENV: test
volumes:
# Copy tests into runtime
- './.env.test:/www/app/.env.test:ro'
Expand Down

0 comments on commit 34ac0fd

Please sign in to comment.