Files
schema2mock/.gitea/workflows/ci.yml
2026-03-22 12:43:42 +00:00

12 lines
226 B
YAML

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup and test
run: |
set -x
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v