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
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 2m14s
This commit is contained in:
parent
c1373fdeb4
commit
a895093720
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user