Skip to content

Commit

Permalink
🎨 Change workdir name, since it clashes with omitting /tests/ dir in …
Browse files Browse the repository at this point in the history
…coverage report
  • Loading branch information
ff137 committed Dec 12, 2024
1 parent 11c6ded commit 7feac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.12-slim

WORKDIR /tests
WORKDIR /cloudapi-tests

# Copy the pyproject.toml for each submodule
COPY app/pyproject.toml app/
Expand Down

0 comments on commit 7feac47

Please sign in to comment.