Skip to content

Commit

Permalink
ci: update build_and_deploy to view smoke test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 8, 2023
1 parent 4b77e6b commit 30c6156
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ jobs:
# Migrate db first, so api works
docker compose up migrations --exit-code-from migrations
# Run without migrations (give exit code 0), or api
# Run without migrations (avoid exit code 0)
docker compose up --detach \
--no-deps --wait --wait-timeout 60 \
central-db central central-proxy s3
central-db central central-proxy s3 api
# Start api attached to view logs
docker compose up --no-deps api
# View logs afterwards
docker compose logs api
smoke-test-frontend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 30c6156

Please sign in to comment.