From 29976cd9afaa5eeda6821f61a0da2ffe1159fdef Mon Sep 17 00:00:00 2001 From: talithafrsc Date: Thu, 24 Oct 2024 17:59:06 +0700 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bb541a1b..0e50d88f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: echo "${{ secrets.GCP_JSON }}" | base64 -d > output_file.txt - run: gcloud auth activate-service-account --key-file output_file.txt - name: Initiate Terraform - run: ls -la + run: cd terraform - run: terraform init - name: Dry run Terraform run: terraform plan \ No newline at end of file