From 4232657ed09cce9e5b2736ee0d45c77b5984004f Mon Sep 17 00:00:00 2001 From: Pasquale Spica <36746022+pasqualespica@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:45:29 +0100 Subject: [PATCH] fix (#46) --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 0b19f7c8..a64cd9ae 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -80,7 +80,7 @@ jobs: export CANARY=${{ inputs.canary }} export CUCUMBER_PUBLISH_TOKEN=${{ secrets.CUCUMBER_PUBLISH_TOKEN }} export COSMOS_DB_PRIMARY_KEY=${{ secrets.COSMOS_DB_PRIMARY_KEY }} - export COSMOS_DB_CONN_STRING=${{ secrets.COSMOS_DB_CONN_STRING }} + export COSMOS_DB_CONN_STRING='${{ secrets.COSMOS_DB_CONN_STRING }}' cd ./integration-test chmod +x ./run_integration_test.sh