[P] Integrate additional store testing into CI pipeline
Some checks failed
Component testing / Hub testing (push) Successful in 25s
Component testing / Store testing (push) Successful in 45s
Component testing / Integration smoke testing (push) Failing after 11m40s

This commit was merged in pull request #37.
This commit is contained in:
2026-03-27 16:34:12 +02:00
parent 57a370ad69
commit 2164003482
3 changed files with 12 additions and 1 deletions

View File

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