Skip to content

Commit 9eff8ff

Browse files
committed
[Exchange Oracle] Mount workdir for tests instead of copying it
1 parent bd0bd02 commit 9eff8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/examples/cvat/exchange-oracle/docker-compose.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ services:
8383
networks:
8484
- test-network
8585
tty: true
86+
volumes:
87+
- .:/app
8688

8789
networks:
8890
test-network:

packages/examples/cvat/exchange-oracle/dockerfiles/test.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ COPY pyproject.toml poetry.lock ./
1111
RUN poetry config virtualenvs.create false \
1212
&& poetry install --no-interaction --no-ansi --no-root
1313

14-
COPY . .
15-
1614
CMD ["pytest", "-W", "ignore::DeprecationWarning"]

0 commit comments

Comments
 (0)