Skip to content

Commit

Permalink
Merge pull request #11 from kevincoakley/3.5.14
Browse files Browse the repository at this point in the history
3.5.14
  • Loading branch information
kevincoakley authored Jan 13, 2020
2 parents bff08d3 + 2d868f3 commit 31ab580
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 21 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/molecule-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Molecule Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 4
matrix:
molecule_distro: ['centos7', 'centos8', 'ubuntu1804']
env:
ANSIBLE_CALLBACK_WHITELIST: profile_tasks

steps:
- uses: actions/checkout@v1
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install molecule docker
- name: Test with molecule
run: |
molecule test --all
env:
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ansible-role-neo4j
==================

[![Build Status](https://travis-ci.org/kevincoakley/ansible-role-neo4j.svg?branch=master)](https://travis-ci.org/kevincoakley/ansible-role-neo4j)
![](https://github.com/kevincoakley/ansible-role-neo4j/workflows/Molecule%20Test/badge.svg)

Install Neo4j - https://www.neo4j.com . Tested with Neo4j 3.5.8 on CentOS 7 and Ubuntu 18.04.
Install Neo4j - https://www.neo4j.com . Tested with Neo4j 3.5.14 on CentOS 7, CentOS 8 and Ubuntu 18.04.

Requirements
------------
Expand Down
3 changes: 3 additions & 0 deletions molecule/default/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ rules:
line-length:
max: 160
level: warning
truthy:
ignore: |
molecule-test.yml

0 comments on commit 31ab580

Please sign in to comment.