Skip to content

Commit

Permalink
ci: backend smoke test connect to api terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 8, 2023
1 parent 1360fe3 commit 6156e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ jobs:
docker compose up migrations --exit-code-from migrations
# Run without migrations (give exit code 0), or api
docker compose up -d \
docker compose up --detach \
--no-deps --wait --wait-timeout 60 \
central-db central central-proxy s3
# Start api attached to view logs
docker compose up --no-deps --wait --wait-timeout 60 api
docker compose up --no-deps api
smoke-test-frontend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6156e18

Please sign in to comment.