This commit is contained in:
Robert de Bock 2024-07-01 15:18:24 +02:00
parent 8789540434
commit 3b0f680563
1 changed files with 1 additions and 3 deletions

View File

@ -38,8 +38,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: {% raw %}"${{ github.repository }}"{% endraw %}
- name: Set up Python 3.
uses: actions/setup-python@v5
@ -49,13 +47,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# pip install molecule molecule-plugins[docker] docker ansible
pip install -r requirements.txt
- name: molecule
run: molecule converge
env:
image: {% raw %}${{ matrix.config.image }}{% endraw %}
tag: {% raw %}${{ matrix.config.tag }}{% endraw %}
{% if github_variables_mapping is defined %}
{% for item in github_variables_mapping %}