diff --git a/.github/docker/simple-server.compose.yml b/.github/docker/simple-server.compose.yml index 9c58c7b4e07..be6f0228470 100644 --- a/.github/docker/simple-server.compose.yml +++ b/.github/docker/simple-server.compose.yml @@ -30,7 +30,9 @@ services: SIMPLE_SERVER_DATABASE_HOST: postgres SIMPLE_SERVER_DATABASE_USERNAME: postgres SIMPLE_SERVER_DATABASE_PASSWORD: password + SIMPLE_SERVER_HOST: localhost:8420 SIMPLE_SERVER_HOST_PROTOCOL: https + SIMPLE_SERVER_ENV: android_review CALL_SESSION_REDIS_HOST: redis RAILS_CACHE_REDIS_URL: redis:// SIDEKIQ_REDIS_HOST: redis diff --git a/.github/workflows/ci_checks.yml b/.github/workflows/ci_checks.yml index ee2f47531ab..743bd215d0d 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -142,6 +142,7 @@ jobs: - name: Start Simple Docker server run: | docker compose -f ".github/docker/simple-server.compose.yml" up -d + docker exec container env - name: Wait for Docker server to be available run: |