We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea693f commit c242cb4Copy full SHA for c242cb4
1 file changed
.github/workflows/deploy.yaml
@@ -68,6 +68,7 @@ jobs:
68
PROJECT_ID: ${{ steps.short-sha.outputs.sha }}
69
run: |
70
source .deployment_venv/bin/activate
71
+ cd integration_tests/cdk
72
npx cdk deploy --ci --all --require-approval never
73
deactivate
74
cd -
0 commit comments