We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515c7e7 commit dd1e91dCopy full SHA for dd1e91d
.github/workflows/pr-env-deploy.yml
@@ -302,7 +302,7 @@ jobs:
302
- name: Smoke Test
303
run: |
304
make ENV=dev truststore-pull-client
305
- make ENV=dev test-smoke-internal
+ make ENV=dev TF_WORKSPACE_NAME=${{ needs.set-environment-id.outputs.environment_id }} test-smoke-internal
306
307
performance-test:
308
name: Run Performance Tests
0 commit comments