We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee983b9 commit d6612abCopy full SHA for d6612ab
.github/workflows/aws-deploy.yaml
@@ -50,7 +50,7 @@ jobs:
50
role-session-name: ${{ inputs.role-session-name }}
51
role-duration-seconds: ${{ inputs.role-duration-seconds }}
52
- name: CDK deploy
53
- run: cdk deploy --all --concurrency 5 --require-approval never
+ run: cdk deploy --all --debug --concurrency 5 --require-approval never
54
env:
55
ENV: ${{ inputs.environment }}
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yaml
@@ -29,4 +29,4 @@ jobs:
29
30
31
32
- run: cdk synth --output ./cdk.out
+ run: cdk synth --debug --output ./cdk.out
0 commit comments