Skip to content

Commit c6bdf96

Browse files
authored
fix PR lint (#1575)
1 parent 1813e5f commit c6bdf96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_iac_lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
run: |
3030
mvn install -DskipTests
3131
- name: Run SAM validator to check syntax of IaC templates - Java
32-
working-directory: examples/powertools-examples-core/${{ matrix.project }}
32+
working-directory: examples/powertools-examples-core-utilities//${{ matrix.project }}
3333
run: |
3434
sam build
3535
sam validate --lint
3636
- name: Setup Terraform
3737
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 #v2.0.3
3838
- name: Run Terraform validator to check syntax of IaC templates and produce a plan of changes
39-
working-directory: examples/powertools-examples-core/terraform
39+
working-directory: examples/powertools-examples-core-utilities/terraform
4040
run: |
4141
mvn install
4242
terraform -version

0 commit comments

Comments
 (0)