Skip to content

Commit 4a9f5d5

Browse files
Try to fix synth command
1 parent 53bac88 commit 4a9f5d5

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 npm run cdk -- synth
67+
run: uv run npm run cdk -- synth --prefix infrastructure/aws
6868

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

0 commit comments

Comments
 (0)