We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e432c2d commit 1c1aa8cCopy full SHA for 1c1aa8c
1 file changed
.github/actions/acceptance-tests/action.yml
@@ -80,6 +80,7 @@ runs:
80
- name: Run test - ${{ inputs.testType }}
81
if: ${{ inputs.testType != 'e2e' || steps.check_proxy_deployed.outputs.proxy_deployed == 'true'}}
82
shell: bash
83
- env: TARGET_ENVIRONMENT: ${{ inputs.targetEnvironment }}
+ env:
84
+ TARGET_ENVIRONMENT: ${{ inputs.targetEnvironment }}
85
run: |
86
make test-${{ inputs.testType }}
0 commit comments