Skip to content

Commit 835212d

Browse files
VIA-598 Remove unused environment variable
1 parent 3f157aa commit 835212d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/actions/run-e2e-tests/action.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: "Run E2E tests"
22
description: "Run E2E tests"
33
inputs:
4-
environment:
5-
description: "Environment to run tests against"
6-
required: true
74
checkout_ref:
85
description: "Ref to checkout"
96
required: true

.github/workflows/cicd-9-scheduled-wip.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
with:
6060
checkout_ref: ${{ steps.get-latest-tag-name.outputs.value }}
6161
cross_browser: true
62-
environment: "preprod"
6362
env:
6463
TEST_NHS_APP_URL: ${{ secrets.TEST_NHS_APP_URL }}
6564
TEST_NHS_LOGIN_PASSWORD: ${{ secrets.TEST_NHS_LOGIN_PASSWORD }}
@@ -142,7 +141,6 @@ jobs:
142141
with:
143142
checkout_ref: ${{ steps.get-latest-tag-name.outputs.value }}
144143
cross_browser: true
145-
environment: "preprod"
146144
env:
147145
TEST_NHS_APP_URL: ${{ secrets.TEST_NHS_APP_URL }}
148146
TEST_NHS_LOGIN_PASSWORD: ${{ secrets.TEST_NHS_LOGIN_PASSWORD }}

0 commit comments

Comments
 (0)