Skip to content

Commit 23f46d7

Browse files
committed
fix: Disable synthesizing during auth stack GitHub actions check
1 parent d282fa9 commit 23f46d7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/cdk-checks.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,14 @@ jobs:
103103
run: npm run build
104104
working-directory: ./examples/servers/auth
105105

106-
- name: Synthesize CDK stack
107-
run: cdk synth --app 'node lib/mcp-auth.js'
108-
working-directory: ./examples/servers/auth
109-
env:
110-
CDK_DEFAULT_ACCOUNT: "000000000000"
106+
# Note: This test intentionally does not try to synthesize the auth stack,
107+
# because it requires real credentials to look up a Route53 hosted zone
108+
109+
# - name: Synthesize CDK stack
110+
# run: cdk synth --app 'node lib/mcp-auth.js'
111+
# working-directory: ./examples/servers/auth
112+
# env:
113+
# CDK_DEFAULT_ACCOUNT: "000000000000"
111114

112115
check_weather_alerts_server:
113116
name: Check Typescript-based Weather Alerts Server

0 commit comments

Comments
 (0)