From 87d8d8008d7b51bfa13577893017d741ed98f227 Mon Sep 17 00:00:00 2001 From: talithafrsc Date: Thu, 24 Oct 2024 18:01:25 +0700 Subject: [PATCH] inspect ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e50d88f0..9ce8604a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - 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