From c4d08fd934a6993aeeb6dfc895a03b1d61b7c7a8 Mon Sep 17 00:00:00 2001 From: MiaAltieri Date: Fri, 20 Dec 2024 20:30:49 +0000 Subject: [PATCH] fix workflow file --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b3d5ba77..37148de06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,8 +49,8 @@ jobs: terraform fmt terraform validate - name: lint test charm module - working-directory: ./terraform/tests - run: | + working-directory: ./terraform/tests + run: | terraform init terraform fmt terraform validate