From 03815630ea74070d579f7606f7a040d31f161b2d Mon Sep 17 00:00:00 2001 From: talithafrsc Date: Thu, 24 Oct 2024 17:52:44 +0700 Subject: [PATCH] debug 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 f42a8dd78..7c7fbad22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,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: cd terraform + run: ls -la - run: terraform init - name: Dry run Terraform run: terraform plan \ No newline at end of file