Skip to content

Commit

Permalink
[Exchange Oracle] Mount workdir for tests instead of copying it
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobronium committed Aug 15, 2024
1 parent d55c909 commit b67f365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ services:
networks:
- test-network
tty: true
volumes:
- .:/app

networks:
test-network:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ COPY pyproject.toml poetry.lock ./
RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi --no-root

COPY . .

CMD ["pytest", "-W", "ignore::DeprecationWarning"]

0 comments on commit b67f365

Please sign in to comment.