Skip to content

Merge pull request #22 from onaio/update-react-app-path #57

Merge pull request #22 from onaio/update-react-app-path

Merge pull request #22 from onaio/update-react-app-path #57

Workflow file for this run

---
name: Molecule Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.6]
steps:
- uses: docker-practice/actions-setup-docker@master
- uses: actions/checkout@v1
with:
path: "${{ github.repository }}"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
docker --version
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with molecule
run: |
molecule test --all