Skip to content

chore: gh workflows

chore: gh workflows #2

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: Checkout
uses: actions/checkout@v4.1.6
- name: Run pytest
run: docker-compose -f docker-compose.tests.yaml up --exit-code-from tests