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 e906fa54a9
Some checks failed
build / tfsec (push) Failing after 1m3s
adding tests
2025-01-18 11:58:06 +01:00

17 lines
376 B
YAML

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"