From 66dc97d293cb606db5065d4390657883c51503b9 Mon Sep 17 00:00:00 2001 From: MiaAltieri Date: Thu, 9 Jan 2025 02:01:36 +0000 Subject: [PATCH] add TF lint back for tests --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58f2cb172..7483a9f62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,6 +50,12 @@ jobs: terraform init terraform fmt terraform validate + - name: lint test charm module + working-directory: ./terraform/tests + run: | + terraform init + terraform fmt + terraform validate - name: run checks - prepare run: | sudo snap install juju --channel=3.6/beta --classic