We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5a35b commit b1a5d66Copy full SHA for b1a5d66
.github/actions/acceptance-tests/action.yaml
@@ -34,6 +34,8 @@ runs:
34
npm ci
35
36
- name: Run test - ${{ inputs.testType }}
37
+ env:
38
+ PR_NUMBER: ${{ inputs.pr_number }}
39
shell: bash
40
run: |
41
make test-${{ inputs.testType }}
0 commit comments