Skip to content

Commit dcc123d

Browse files
committed
Set up environment for e2e tests
1 parent 6fa3345 commit dcc123d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/actions/acceptance-tests/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,12 @@ runs:
8484
- name: Run e2e tests
8585
if: inputs.testType == 'e2e' && steps.check_e2e.outputs.run_e2e == 'true'
8686
shell: bash
87+
env:
88+
NON_PROD_API_KEY: ${{ secrets.NON_PROD_API_KEY }}
89+
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
8790
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
8895
make .internal-dev-test

0 commit comments

Comments
 (0)