Skip to content

test ci

test ci #52

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run tests
run: |
pip install pytest
pytest
- name: Shutdown
run: |
docker-compose down