Skip to content

Commit

Permalink
Use docker.env file when running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincarrogan committed Dec 31, 2024
1 parent 781baac commit f375975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
git submodule update --init
- run:
name: Set Environment File
command: cp local.env .env
command: cp docker.env .env
- run:
name: Run tests
command: docker compose run --build lite-hmrc-intg pipenv run pytest -k integration
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ services:
container_name: "lite-hmrc-intg"
env_file:
- .env
environment:
- DATABASE_URL=postgres://postgres:password@lite-hmrc-postgres:5432/postgres
- REDIS_BASE_URL=redis://hmrc-redis:6379
build: .
platform: linux/amd64
volumes:
Expand Down

0 comments on commit f375975

Please sign in to comment.