This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -32,27 +32,27 @@ jobs:
3232 yamllint .
3333 ansible-lint
3434
35- molecule :
36- name : Molecule
37- runs-on : ubuntu-latest
38-
39- steps :
40- - name : Check out the repository
41- uses : actions/checkout@v2.3.4
42- with :
43- fetch-depth : 2
44-
45- - name : Set up Python
46- uses : actions/setup-python@v2.1.4
47- with :
48- python-version : " 3.9"
49-
50- - name : Install test dependencies
51- run : pip3 install ansible molecule[docker] docker
52-
53- - name : Run Molecule tests
54- run : molecule test
55- env :
56- PY_COLORS : " 1"
57- ANSIBLE_FORCE_COLOR : " 1"
58- MOLECULE_DISTRO : ubuntu2010
35+ molecule :
36+ name : Molecule
37+ runs-on : ubuntu-latest
38+
39+ steps :
40+ - name : Check out the repository
41+ uses : actions/checkout@v2.3.4
42+ with :
43+ fetch-depth : 2
44+
45+ - name : Set up Python
46+ uses : actions/setup-python@v2.1.4
47+ with :
48+ python-version : " 3.9"
49+
50+ - name : Install test dependencies
51+ run : pip3 install ansible molecule[docker] docker
52+
53+ - name : Run Molecule tests
54+ run : molecule test
55+ env :
56+ PY_COLORS : " 1"
57+ ANSIBLE_FORCE_COLOR : " 1"
58+ MOLECULE_DISTRO : ubuntu2010
You can’t perform that action at this time.
0 commit comments