From 5ac731afe7f6455386c2eb96b3390f6efdcea1d3 Mon Sep 17 00:00:00 2001 From: zcemycl Date: Sun, 7 Apr 2024 17:00:28 +0100 Subject: [PATCH] add ci --- .github/workflows/main.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f48375..c041b0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,10 @@ jobs: fail-fast: false matrix: terraform-version: ["1.3.0"] - os: [ubuntu-22.04, macos-latest, windows-latest] + os: + - ubuntu-22.04 + # - macos-latest + # - windows-latest path: - src/tf/batch-lambda - src/tf/aurora-postgres-rds @@ -45,7 +48,7 @@ jobs: id: validate run: terraform validate - - name: Terraform plan - working-directory: ${{ matrix.path }} - id: plan - run: terraform plan + # - name: Terraform plan + # working-directory: ${{ matrix.path }} + # id: plan + # run: terraform plan