Files
devpod-terraform/.github/workflows/test.yaml
hgn 271be5e79e
All checks were successful
test / test (push) Successful in 37s
removing scan
2025-01-18 15:23:14 +01:00

19 lines
373 B
YAML

name: test
on:
push:
branches:
- main
- devpod
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"