Skip to content

Lint badges added to the readme, minor improvements #3

Lint badges added to the readme, minor improvements

Lint badges added to the readme, minor improvements #3

Workflow file for this run

---
name: molecule
on: # yamllint disable-line rule:truthy
- push
- pull_request
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip3 install -r .dev_requirements.txt
- name: Test playbook
run: molecule test -- -e opencast_postgresql_password=123
env:
PY_COLORS: '1'