Files
snippet-manager/.gitea/workflows/ci.yml
7000pctAUTO e14590602c
Some checks failed
CI / test (push) Failing after 1s
CI with relative path
2026-03-22 12:45:48 +00:00

12 lines
221 B
YAML

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