Skip to content

Commit

Permalink
ci(deploy): backend smoke tests only get signal from api svc
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 23, 2023
1 parent ca43f08 commit c0b14f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ jobs:
- name: Backend smoke test
run: |
docker compose up -d api --wait --wait-timeout 60
docker compose up -d api \
--wait --wait-timeout 60
--exit-code-from api
smoke-test-frontend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0b14f9

Please sign in to comment.