From b1e0bd50a2d947d8fd2059cc19e1c77b4cd1f2e1 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Tue, 12 Dec 2023 13:30:40 +1100 Subject: [PATCH] Provide UID2_E2E_PIPELINE_OPERATOR_URL --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e8db2c352..a8a40a31b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -104,6 +104,7 @@ jobs: UID2_E2E_IDENTITY_SCOPE: "UID2" UID2_E2E_PHONE_SUPPORT: "true" UID2_E2E_PIPELINE_OPERATOR_TYPE: "PUBLIC" + UID2_E2E_PIPELINE_OPERATOR_URL: "http://localhost:8080" run: | if [ "$UID2_E2E_PIPELINE_OPERATOR_TYPE" != "PUBLIC" ] && [ "$UID2_E2E_PIPELINE_OPERATOR_TYPE" != "PRIVATE" ] ; then echo "ERROR: Incorrect operator type: $UID2_E2E_PIPELINE_OPERATOR_TYPE"