From 016f51b636ce0999f103e3f519ab82d8c3868686 Mon Sep 17 00:00:00 2001 From: Sasikanth Miriyampalli Date: Thu, 16 Jan 2025 17:26:16 +0530 Subject: [PATCH] WIP --- .github/docker/simple-server.compose.yml | 2 ++ .github/workflows/ci_checks.yml | 1 + 2 files changed, 3 insertions(+) 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: |