test failed

This commit is contained in:
2025-02-10 11:45:43 +03:00
parent e16c7fc177
commit 9cd12a5c3f
2 changed files with 12 additions and 19 deletions

View File

@@ -37,9 +37,8 @@ RUN poetry install --no-root --no-interaction --no-ansi
# Copy required directories
COPY Ztest/ ./Ztest/
COPY Services/ ./Services/
COPY AllConfigs/ ./AllConfigs/
COPY ApiLibrary/ ./ApiLibrary/
COPY ErrorHandlers/ ./ErrorHandlers/
COPY ApiLayers/ ./ApiLayers/
COPY Services/ ./Services/
# Set entrypoint for running tests
ENTRYPOINT ["poetry", "run", "pytest"]