This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: fritzlab
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install test dependencies
|
||||
run: python3 -m pip install --quiet --break-system-packages jinja2 pyyaml
|
||||
- name: Run tests
|
||||
run: python3 -m unittest discover -s tests -v
|
||||
Reference in New Issue
Block a user