Issue #201: Fix pathing for molecule and re-fix lint issues.

This commit is contained in:
Jeff Geerling 2020-11-03 10:23:14 -06:00
parent 3d1e88ed91
commit 819d554b92
3 changed files with 4 additions and 8 deletions

View file

@ -1,2 +1,2 @@
#skip_list:
# - '106'
skip_list:
- '106'

View file

@ -66,11 +66,7 @@ jobs:
run: pip3 install molecule[docker]
- name: Run Molecule tests.
run: |
ls
cd molecule
ls
molecule test
run: molecule test
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'