Skip to content

Add space to title in HTML output (#20) #62

Add space to title in HTML output (#20)

Add space to title in HTML output (#20) #62

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Install python dependencies
run: pip install -r requirements.txt -r requirements.dev.txt
- name: Run unit tests
run: cd tests && pytest