[ci] add pytest workflow
Some checks failed
/ build-uberjar (push) Failing after 43s

This commit is contained in:
SouthFox 2024-02-26 21:27:11 +08:00
parent d23818e318
commit 50c7648cf5

View file

@ -0,0 +1,17 @@
on: [push]
jobs:
build-uberjar:
runs-on: docker
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- run: poetry run pytest