[P] Integrate additional store testing into CI pipeline
Some checks failed
Component testing / Hub testing (push) Successful in 27s
Component testing / Integration smoke testing (push) Has been cancelled
Component testing / Store testing (push) Has been cancelled

This commit is contained in:
2026-03-27 16:34:12 +02:00
parent a578a96347
commit 7a117a6b62
3 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/sh
PYTHONPATH=$PWD python3 test/main_test.py
PYTHONPATH=$PWD python3 -m pytest test_db.py