We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 252331a + b6492a1 commit d923043Copy full SHA for d923043
1 file changed
.github/workflows/trigger-vita-preprod-tests.yml
@@ -0,0 +1,13 @@
1
+name: Trigger Vita Preprod Tests
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ call-vita-tests:
8
+ name: Call Vita Integration Tests
9
+ uses: NHSDigital/eligibility-signposting-api-regression-tests/.github/workflows/my-vaccs-int-tests.yml@main
10
+ with:
11
+ environment: preprod
12
+ secrets:
13
+ ELID_PREPROD_AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
0 commit comments