From 511a107c9bab7f9edb4646c015ab20b4a8657f50 Mon Sep 17 00:00:00 2001 From: Mia Altieri <32723809+MiaAltieri@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:44:01 +0100 Subject: [PATCH] Update .github/workflows/ci.yaml Co-authored-by: Neha Oudin <17551419+Gu1nness@users.noreply.github.com> --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd3f24b15..54c1c298c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,17 +43,17 @@ jobs: fetch-depth: 0 - name: lint charm module + working-directory: ./terraform run: | - pushd ./terraform terraform init terraform fmt terraform validate - pushd ./tests + - name: lint test charm module + working-directory: ./terraform/tests + run: | terraform init terraform fmt terraform validate - popd - popd - name: run checks - prepare run: | sudo snap install juju --channel=3.6/beta --classic