Skip to content

Commit 529f0fa

Browse files
Attempt to fix command
1 parent 645ffc9 commit 529f0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cdk-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
- name: CDK Synth
6565
shell: bash
6666
working-directory: ${{ inputs.dir }}
67-
run: uv run cdk --prefix infrastructure/aws synth
67+
run: uv run cdk synth --all --prefix infrastructure/aws
6868

6969
- name: Deploy Test
7070
if: ${{ inputs.skip_deploy == 'false' }}

0 commit comments

Comments
 (0)