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