From b86521a8f8331d1d028b95fc13db9dbccec7c368 Mon Sep 17 00:00:00 2001 From: Mia Altieri <32723809+MiaAltieri@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:44:08 +0100 Subject: [PATCH] Update .github/workflows/ci.yaml Co-authored-by: Neha Oudin <17551419+Gu1nness@users.noreply.github.com> --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54c1c298c..b6d6c0d8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,10 +75,9 @@ jobs: juju model-defaults logging-config='=INFO; unit=DEBUG' juju add-model test - name: Terraform deploy + working-directory: ./terraform/tests/ run: | - pushd ./terraform/tests/ terraform apply -var "model=test" -target null_resource.simple_deployment_juju_wait_deployment -auto-approve - popd lib-check: name: Check libraries