Skip to content

Commit 4415504

Browse files
committed
[NRL-619] Switch TF_WORKSPACE to TF_WORKSPACE_NAME in github actions
1 parent 54cd209 commit 4415504

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-env-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
role-session-name: github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }}
218218

219219
- name: Run Integration Tests
220-
run: make test-features-integration TF_WORKSPACE=${{ needs.set-environment-id.outputs.environment_id }}
220+
run: make test-features-integration TF_WORKSPACE_NAME=${{ needs.set-environment-id.outputs.environment_id }}
221221

222222
performance-test:
223223
name: Run Performance Tests
@@ -266,7 +266,7 @@ jobs:
266266
role-session-name: github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }}
267267

268268
- name: Setup Environment Test Data
269-
run: make test-performance-prepare TF_WORKSPACE=${{ needs.set-environment-id.outputs.environment_id }}
269+
run: make test-performance-prepare TF_WORKSPACE_NAME=${{ needs.set-environment-id.outputs.environment_id }}
270270

271271
- name: Run Performance Test - Baseline
272272
run: make test-performance-baseline HOST=${{ needs.set-environment-id.outputs.environment_id }}.api.record-locator.dev.national.nhs.uk ENV_TYPE=dev
@@ -284,4 +284,4 @@ jobs:
284284
path: dist/*.png
285285

286286
- name: Cleanup Environment Test Data
287-
run: make test-performance-cleanup TF_WORKSPACE=${{ needs.set-environment-id.outputs.environment_id }}
287+
run: make test-performance-cleanup TF_WORKSPACE_NAME=${{ needs.set-environment-id.outputs.environment_id }}

0 commit comments

Comments
 (0)