Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zcemycl committed Apr 7, 2024
1 parent 757224b commit 5ac731a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 5ac731a

Please sign in to comment.