Files
kpmatch/.gitea/workflows/test.yaml
Louis DEVIE ed2af16329
Some checks failed
Run tests / build (push) Failing after 2s
run tests in CI
2026-04-14 02:57:20 +02:00

10 lines
185 B
YAML

name: Run tests
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: poetry run python3 -m unittest