Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions e2e-tests/cypress/start-e2e-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,5 @@ docker compose up --build migration-runner --exit-code-from migration-runner
docker compose exec db dropdb -U postgres cypress_test --if-exists --force
docker compose exec db createdb -U postgres -T etp_dev cypress_test

# Workaround for an apparently random issue when running under GitHub Actions
# The dependencies of the backend service do not always seem to be built before
# compose attempts to start the backend service, and that will cause the final
# `docker compose up` command to fail.
docker compose build ocsp-responder-root ocsp-responder-int

echo -e "\e[1;33m Waiting for services to be healthy. Can take ~20s. \e[0m"
docker compose up --build --wait frontend --wait frontend-public --wait backend
Loading