Compare commits

..

1 Commits

Author SHA1 Message Date
b171f42fa6 [P] Integrate MapView testing into CI pipeline
All checks were successful
Component testing / Hub testing (push) Successful in 21s
Component testing / Store testing (push) Successful in 41s
Component testing / MapView testing (push) Successful in 16s
Component testing / Integration smoke testing (push) Successful in 2m13s
2026-03-31 12:55:30 +03:00

View File

@@ -58,11 +58,11 @@ jobs:
- name: Build MapView testing container
working-directory: IoT-Systems
run: docker build -t local/mapview/${{gitea.sha}} -f MapView/Dockerfile-test .
run: docker build -t local/mapview -f MapView/Dockerfile-test .
- name: Run MapView tests
working-directory: IoT-Systems
run: docker run --rm -it -v $PWD/MapView:/app:ro local/mapview/${{gitea.sha}}
run: docker run --rm -it -v $PWD/MapView:/app:ro local/mapview
integration-smoke-test:
name: Integration smoke testing