adding tests
Some checks failed
build / tfsec (push) Failing after 1m3s

This commit is contained in:
hgn
2025-01-18 11:57:49 +01:00
parent c25f858d89
commit e906fa54a9
3 changed files with 16 additions and 0 deletions

16
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: stack test
on:
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test terraform
uses: "infinite-automations/terraform-all-in-one@v1"
with:
plan: false
test: true
directory: "./terraform"
test-directory: "./terraform"