Update run_tests.yaml
Some checks failed
Test pipeline / test (push) Failing after 10s

This commit is contained in:
Alexander Minges 2025-03-21 15:59:20 +01:00
parent 5970b89fd1
commit 3141780dad
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -18,6 +18,10 @@ 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