Skip to content

Commit 38e76be

Browse files
committed
adding workflow
1 parent 064f5c1 commit 38e76be

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)