Use example config for tests
All checks were successful
Test pipeline / test (push) Successful in 11s

This commit is contained in:
Alexander Minges 2025-03-21 16:06:28 +01:00
parent 3141780dad
commit 3dd034c234
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4
3 changed files with 35 additions and 10 deletions

View file

@ -18,10 +18,6 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Copy example config
run: |
cp config_example.yaml config.yaml
- name: Run tests
run: |
pytest