tofu apply && sleep 300 && tofu destroy
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m22s

This commit is contained in:
Mike Holloway 2025-01-07 04:20:54 -05:00
parent 587eeb8ca0
commit 65d43e1da8

View File

@ -14,5 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: opentofu/setup-opentofu@v1
- run: "tofu init && tofu plan"
- run: "tofu init && tofu plan && tofu apply -auto-approve && sleep 300 && tofu destroy -auto-approve"
working-directory: "${{ gitea.workspace }}/.gitea/tofu"