Skip to content

Commit 47fab11

Browse files
chore: Remove empty CDK test (#1542)
* Remove CDK test * Build core utilities so that sam validator can find them * Remove CDK test * Ok just build it all * Remove the plan ... * Remove terraform plan from iac lint --------- Co-authored-by: Jérôme Van Der Linden <[email protected]>
1 parent bb9bb2e commit 47fab11

File tree

2 files changed

+4
-49
lines changed

2 files changed

+4
-49
lines changed

Diff for: .github/workflows/pr_iac_lint.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
distribution: 'corretto'
2626
java-version: 11
27+
- name: Build Project
28+
working-directory: .
29+
run: |
30+
mvn install -DskipTests
2731
- name: Run SAM validator to check syntax of IaC templates - Java
2832
working-directory: examples/powertools-examples-core/${{ matrix.project }}
2933
run: |
@@ -38,7 +42,6 @@ jobs:
3842
terraform -version
3943
terraform init -backend=false
4044
terraform validate
41-
terraform plan
4245
- name: Setup Terraform lint
4346
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1
4447
- name: Run Terraform lint to check for best practices, errors, deprecated syntax etc.

Diff for: examples/powertools-examples-core/cdk/infra/src/test/java/cdk/CdkStackTest.java

-48
This file was deleted.

0 commit comments

Comments
 (0)