Skip to content

chore: gh workflows

chore: gh workflows #1

Workflow file for this run

name: Pytest
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- name: Run pytest
- uses: actions/checkout@v2
run: docker-compose -f docker-compose.tests.yaml up --exit-code-from tests