mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-21 18:40:18 +01:00
Issue #201: Fix pathing for molecule and re-fix lint issues.
This commit is contained in:
parent
3d1e88ed91
commit
819d554b92
3 changed files with 4 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
|||
#skip_list:
|
||||
# - '106'
|
||||
skip_list:
|
||||
- '106'
|
||||
|
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue