Add gitea actions workflow
This commit is contained in:
parent
4da2e2ff81
commit
7e7036c490
9
.gitea/workflows/tests.yaml
Normal file
9
.gitea/workflows/tests.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user