# Molecule testing ## Correcting project name refs, adding role deps
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m51s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m51s
This commit is contained in:
parent
8535ba3384
commit
7934dbb6e7
@ -52,12 +52,12 @@ jobs:
|
|||||||
- name: Project Checkout
|
- name: Project Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'podman-host'
|
path: 'podman_netbird'
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Molecule test
|
- name: Molecule test
|
||||||
run: |
|
run: |
|
||||||
cd podman-host/extensions
|
cd podman_netbird/extensions
|
||||||
molecule test
|
molecule test
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
roles:
|
roles:
|
||||||
|
- equilibrateit.podman-host
|
||||||
- geerlingguy.repo-epel
|
- geerlingguy.repo-epel
|
||||||
- geerlingguy.certbot
|
- geerlingguy.certbot
|
||||||
collections:
|
collections:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user