Compare commits

..

1 Commits

Author SHA1 Message Date
a672f48f7c [P] Integrate MapView testing into CI pipeline
Some checks failed
Component testing / Hub testing (push) Successful in 19s
Component testing / Store testing (push) Successful in 39s
Component testing / MapView testing (push) Failing after 1m41s
Component testing / Integration smoke testing (push) Has been skipped
2026-03-31 11:44:41 +03:00

View File

@@ -4,6 +4,7 @@ FROM python:latest
WORKDIR /app WORKDIR /app
# Copy the requirements.txt file and install dependencies # Copy the requirements.txt file and install dependencies
COPY MapView/requirements.txt . COPY MapView/requirements.txt .
RUN sed -i 's/==.*//' requirements.txt
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --root-user-action ignore --no-cache-dir unittest RUN pip install --root-user-action ignore --no-cache-dir unittest