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