Skip to content

Commit

Permalink
fix infra dir in validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 18, 2024
1 parent 7d70496 commit a46aca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Initialize Terraform CDK configuration
shell: bash
run: |
cd infra
cd infra/cdktf
pnpm cdktf get
pnpm build:tsc
Expand Down

0 comments on commit a46aca8

Please sign in to comment.