File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments