This commit is contained in:
10
.gitea/workflows/test.yaml
Normal file
10
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user