Skip to content

Commit 317f846

Browse files
committed
update
1 parent 8b32259 commit 317f846

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/release-alpha.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)