Skip to content

Tired of testing already :( #71

Tired of testing already :(

Tired of testing already :( #71

Workflow file for this run

---
name: Test role
on: [push, pull_request]
jobs:
molecule:
name: Runs molecule for the ansible role
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:

Check failure on line 16 in .github/workflows/molecule.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/molecule.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
python-version: '3.x'
- name: Install dependencies
run: |
pip install molecule molecule-plugins[docker] pytest pytest-testinfra
- name: Test Ansible Bootstrap
run: |
cd deploy/roles/catchall
molecule test
env:
PY_COLORS: 1