Files
devpod-terraform/.github/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: line 2: mapping values are not allowed in this context
hgn 05ab1ed606
Some checks failed
build / tfsec (push) Failing after 21s
updating test.yaml
2025-01-18 12:01:56 +01:00

19 lines
389 B
YAML

name: stack 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"