Skip to content

filter attendances by default #274

filter attendances by default

filter attendances by default #274

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9.0'
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Run Tests
env:
SECRET_KEY: 'secret'
ALLOWED_HOSTS: 'localhost'
run: pytest