Skip to content

Commit 81b78e2

Browse files
Namitha-Prabhumasl2
authored andcommitted
fetch env variable
Signed-off-by: Mark Slowey <mark.slowey1@nhs.net>
1 parent 4ad6084 commit 81b78e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ runs:
3434
npm ci
3535
3636
- name: Run test - ${{ inputs.testType }}
37+
env:
38+
PR_NUMBER: ${{ inputs.pr_number }}
3739
shell: bash
3840
run: |
3941
make test-${{ inputs.testType }}

0 commit comments

Comments
 (0)