This commit is contained in:
16
.github/workflows/test.yaml
vendored
Normal file
16
.github/workflows/test.yaml
vendored
Normal 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"
|
Reference in New Issue
Block a user