Skip to content

Commit

Permalink
chore: Remove empty CDK test (aws-powertools#1542)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
scottgerring and jeromevdl authored Jan 3, 2024
1 parent bb9bb2e commit 47fab11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 49 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pr_iac_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
distribution: 'corretto'
java-version: 11
- name: Build Project
working-directory: .
run: |
mvn install -DskipTests
- name: Run SAM validator to check syntax of IaC templates - Java
working-directory: examples/powertools-examples-core/${{ matrix.project }}
run: |
Expand All @@ -38,7 +42,6 @@ jobs:
terraform -version
terraform init -backend=false
terraform validate
terraform plan
- name: Setup Terraform lint
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1
- name: Run Terraform lint to check for best practices, errors, deprecated syntax etc.
Expand Down

This file was deleted.

0 comments on commit 47fab11

Please sign in to comment.