Skip to content

Commit

Permalink
fix: put depends on localstck back into docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgorrie committed Dec 3, 2024
1 parent 37d6887 commit cc92347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ unit_test: build
docker compose run --rm navigator-admin-backend pytest -vvv tests/unit_tests

integration_test: build_dev
docker compose run --rm navigator-admin-backend pytest -vvv tests/integration_tests
docker compose run --rm navigator-admin-backend pytest -vvv tests/integration_tests/ingest/test_ingest.py::test_ingest_when_ok

test: build_dev
docker compose run --rm navigator-admin-backend pytest -vvv tests
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ services:
depends_on:
admin_backend_db:
condition: service_healthy
localstack:
condition: service_started

pgadmin:
image: dpage/pgadmin4
Expand Down

0 comments on commit cc92347

Please sign in to comment.