[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

This commit is contained in:
2026-03-27 16:34:12 +02:00
parent a578a96347
commit f304314fd9
3 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ WORKDIR /app
COPY store/requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --root-user-action ignore --no-cache-dir pytest httpx
# Copy the entire application into the container
COPY store/. .
# Run the main.py script inside the container when it starts