Compare commits

..

1 Commits

Author SHA1 Message Date
f304314fd9 [P] Integrate additional store testing into CI pipeline
All checks were successful
Component testing / Hub testing (push) Successful in 24s
Component testing / Store testing (push) Successful in 47s
Component testing / Integration smoke testing (push) Successful in 3m0s
2026-03-27 16:38:38 +02:00

View File

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