Skip to content

Commit

Permalink
fix (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica authored Feb 2, 2024
1 parent 813b976 commit 4232657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4232657

Please sign in to comment.