We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa3345 commit dcc123dCopy full SHA for dcc123d
1 file changed
.github/actions/acceptance-tests/action.yml
@@ -84,5 +84,12 @@ runs:
84
- name: Run e2e tests
85
if: inputs.testType == 'e2e' && steps.check_e2e.outputs.run_e2e == 'true'
86
shell: bash
87
+ env:
88
+ NON_PROD_API_KEY: ${{ secrets.NON_PROD_API_KEY }}
89
+ APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
90
run: |
91
+ echo $APP_PEM_FILE > internal-dev-test-1.pem
92
+ export PROXY_NAME=nhs-notify-supplier--internal-dev--nhs-notify-supplier
93
+ export API_ENVIRONMENT=internal-dev
94
+ export NON_PROD_PRIVATE_KEY=internal-dev-test-1.pem
95
make .internal-dev-test
0 commit comments