tofu and molecule combined test, with correct path for checkout
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 25s

This commit is contained in:
Mike Holloway 2025-01-07 06:21:53 -05:00
parent 189e33d9f4
commit de2125deab

View File

@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: 'podman-host'
- uses: opentofu/setup-opentofu@v1
- name: tofu apply
run: "tofu init && tofu apply -auto-approve"