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
2025-01-18 12:01:32 +01:00

19 lines
381 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"