mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +01:00
Issue #201: Debug on one OS for now. Test linting.
This commit is contained in:
parent
1e25940b5a
commit
3d1e88ed91
3 changed files with 8 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
skip_list:
|
||||
- '106'
|
||||
#skip_list:
|
||||
# - '106'
|
||||
|
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -47,9 +47,9 @@ jobs:
|
|||
matrix:
|
||||
distro:
|
||||
- centos8
|
||||
- centos7
|
||||
- ubuntu2004
|
||||
- debian10
|
||||
# - centos7
|
||||
# - ubuntu2004
|
||||
# - debian10
|
||||
|
||||
steps:
|
||||
- name: Check out the codebase.
|
||||
|
@ -67,7 +67,9 @@ jobs:
|
|||
|
||||
- name: Run Molecule tests.
|
||||
run: |
|
||||
ls
|
||||
cd molecule
|
||||
ls
|
||||
molecule test
|
||||
env:
|
||||
PY_COLORS: '1'
|
||||
|
|
Loading…
Reference in a new issue