File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 # No explicit deploy step needed!
4040
4141 # Test the deployed alpha application
42- test-alpha-deployment :
43- name : Test Alpha Deployment
44- needs : [alpha-release]
45- uses : ./.github/workflows/testing-strategy.yml
46- with :
47- test_stage : ' alpha'
48- deployment_target : ' northflank'
49- fhir_server_url : ' https://p02--proxy-smart-alpha--776jg9nwd8rw.code.run/proxy-smart-backend/hapi-fhir-server/R4'
50- keycloak_url : ' https://p01--keycloak-alpha--776jg9nwd8rw.code.run'
51- app_version : ${{ needs.alpha-release.outputs.version }}
52- secrets :
53- DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_URL }}
42+ # test-alpha-deployment:
43+ # name: Test Alpha Deployment
44+ # needs: [alpha-release]
45+ # uses: ./.github/workflows/testing-strategy.yml
46+ # with:
47+ # test_stage: 'alpha'
48+ # deployment_target: 'northflank'
49+ # fhir_server_url: 'https://p02--proxy-smart-alpha--776jg9nwd8rw.code.run/proxy-smart-backend/hapi-fhir-server/R4'
50+ # keycloak_url: 'https://p01--keycloak-alpha--776jg9nwd8rw.code.run'
51+ # app_version: ${{ needs.alpha-release.outputs.version }}
52+ # secrets:
53+ # DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments