From 5857bb90f63a337b2b2f289e1386455d8455d4d2 Mon Sep 17 00:00:00 2001 From: Arkadiusz Krakowiak Date: Tue, 28 Nov 2023 21:37:07 +0100 Subject: [PATCH] chore: make fmt check more verbose & run missing init --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99e10c0..fe0d54b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: | - terraform fmt -check + terraform fmt --check --diff terraform_validation: runs-on: ubuntu-20.04 @@ -24,6 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: | + terraform init terraform validate test: @@ -32,4 +33,5 @@ jobs: steps: - uses: actions/checkout@v3 - run: | + terraform init terraform test