Skip to content

Commit

Permalink
Provide UID2_E2E_PIPELINE_OPERATOR_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 12, 2023
1 parent 8205906 commit b1e0bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b1e0bd5

Please sign in to comment.