@@ -202,34 +202,12 @@ jobs:
202202 steps :
203203 - name : " Checkout code"
204204 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
205- - name : " Build proxy "
205+ - name : " Build proxies "
206206 uses : ./.github/actions/build-proxies
207207 with :
208208 version : " ${{ inputs.version }}"
209209 environment : ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
210210 apimEnv : " internal-dev-pr"
211211 runId : " ${{ github.run_id }}"
212- buildSandbox : false
213- releaseVersion : ${{ github.head_ref || github.ref_name }}
214- artefact-sandbox-proxy :
215- name : " Build proxy for sandbox"
216- runs-on : ubuntu-latest
217- if : always() && !failure() && inputs.deploy_proxy == 'true'
218- needs : [artefact-oas-spec-sandbox, artefact-oas-spec, pr-create-dynamic-environment]
219- timeout-minutes : 10
220- env :
221- PROXYGEN_API_NAME : nhs-notify-supplier
222- APP_CLIENT_ID : ${{ secrets.APP_CLIENT_ID }}
223- APP_PEM_FILE : ${{ secrets.APP_PEM_FILE }}
224- steps :
225- - name : " Checkout code"
226- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
227- - name : " Build proxy for sandbox"
228- uses : ./.github/actions/build-proxies
229- with :
230- version : " ${{ inputs.version }}"
231- environment : ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
232- apimEnv : " internal-dev-sandbox"
233- runId : " ${{ github.run_id }}"
234212 buildSandbox : true
235213 releaseVersion : ${{ github.head_ref || github.ref_name }}
0 commit comments