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 92895d8 commit aaec935Copy full SHA for aaec935
.github/workflows/base-cypress-build.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v3
24
with:
25
+ repository: 'nhsconnect/national-document-repository'
26
ref: ${{ github.event.inputs.build_branch }}
27
28
- name: Cypress install
.github/workflows/base-cypress-test.yml
@@ -38,6 +38,7 @@ jobs:
38
39
40
41
42
ref: ${{ inputs.build_branch }}
43
44
- name: Download the build folder
0 commit comments