Add gitea actions workflow

This commit is contained in:
Alex Selimov 2025-03-22 00:04:19 -04:00
parent 4da2e2ff81
commit 7e7036c490

View File

@ -0,0 +1,9 @@
name: Pytest
run-name: PyTest
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: poetry install && poetry run pytest -v