Compare commits

..

1 Commits

Author SHA1 Message Date
7a117a6b62 [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
2026-03-27 16:38:05 +02:00

View File

@@ -38,7 +38,7 @@ jobs:
- name: Run Store tests
working-directory: IoT-Systems
run: docker run --network host --rm -it local/store/${{gitea.sha}}
run: docker run --rm -it local/store/${{gitea.sha}}
- name: Clean up containers
if: ${{always()}}