tofu and molecule combined test, with correct path for checkout and adjusted working-directory, python step
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 2m14s

This commit is contained in:
Mike Holloway 2025-01-07 06:32:26 -05:00
parent c1373fdeb4
commit a895093720

View File

@ -19,7 +19,9 @@ jobs:
- name: tofu apply
run: "tofu init && tofu apply -auto-approve"
working-directory: "${{ gitea.workspace }}/podman-host/.gitea/tofu"
- name: tofu output capture
- name: Set up Python
uses: actions/setup-python@v2
- name: molecule test
run: |
export TARGET_IP_ADDRESS=$(tofu output -raw act_worker_ip_address)
cd ${{ gitea.workspace}}/podman-host/extensions