Skip to content

Commit

Permalink
ci(deploy): remove redundant central-proxy from smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 10, 2023
1 parent ae8bfdf commit 94ba306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# Also run within if block to capture logs if failure
if docker compose up --detach \
--no-deps --wait --wait-timeout 60 \
central-db central central-proxy s3 api
central-db central s3 api
then
docker compose logs api
else
Expand Down

0 comments on commit 94ba306

Please sign in to comment.