Skip to content

Commit 3a42fc5

Browse files
BCDA-9653: pass ssas host as env var instead of global var
1 parent 6e218a4 commit 3a42fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
docker system prune -af
153153
CLIENT_ID=$(echo $SSAS_CREDENTIALS | jq -r .client_id)
154154
CLIENT_SECRET=$(echo $SSAS_CREDENTIALS | jq -r .client_secret)
155-
docker compose -f docker-compose.test.yml run --rm postman_test test/postman_test/SSAS_Smoke_Test.postman_collection.json -e test/postman_test/aws.postman_environment.json --global-var adminClientId=$CLIENT_ID --global-var adminClientSecret=$CLIENT_SECRET --global-var ssas_client_assertion_aud=$ASSERTION_AUD --global-var host=$HOST --insecure
155+
docker compose -f docker-compose.test.yml run --rm postman_test test/postman_test/SSAS_Smoke_Test.postman_collection.json -e test/postman_test/aws.postman_environment.json --global-var adminClientId=$CLIENT_ID --global-var adminClientSecret=$CLIENT_SECRET --global-var ssas_client_assertion_aud=$ASSERTION_AUD --env-var host=$HOST --insecure
156156
- name: Checkout code
157157
uses: actions/checkout@v4
158158
with:

0 commit comments

Comments
 (0)