From 3a62a08b30360dc861693ef312b4a734eaaed00e Mon Sep 17 00:00:00 2001 From: MiaAltieri Date: Fri, 20 Dec 2024 21:02:57 +0000 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b3d5ba77..403fbeea9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,11 +49,11 @@ jobs: terraform fmt terraform validate - name: lint test charm module - working-directory: ./terraform/tests - run: | - terraform init - terraform fmt - terraform validate + 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