Skip to content

Commit c242cb4

Browse files
committed
Fix deploy
1 parent 2ea693f commit c242cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
PROJECT_ID: ${{ steps.short-sha.outputs.sha }}
6969
run: |
7070
source .deployment_venv/bin/activate
71+
cd integration_tests/cdk
7172
npx cdk deploy --ci --all --require-approval never
7273
deactivate
7374
cd -

0 commit comments

Comments
 (0)