Skip to content

Commit c242cb4

Browse files
committed
Fix deploy
1 parent 2ea693f commit c242cb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
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)