From 4eee904d527a2bc7ec35ddf541c407994a0fbfa0 Mon Sep 17 00:00:00 2001 From: Scott Aubrey Date: Mon, 4 Nov 2024 08:07:47 +0000 Subject: [PATCH] hardcode the end2end tests suite to use elife --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f64a63448..8f31a3e5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,10 @@ jobs: yarn playwright install yarn playwright install-deps - name: Bring up browser test stack - run: docker compose -e TENANT_ID=elife up --wait + # todo: This should be reviewed at somepoint + env: + TENANT_ID: elife + run: docker compose up --wait - name: Debug bring up browser test stack if: failure() run: docker compose logs app