Skip to content

Commit 7ecd742

Browse files
author
Roman Donchenko
committed
Move the test file share contents to tests/share
This way, it can be reused between tests.
1 parent f719f58 commit 7ecd742

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

tests/docker-compose.file_share.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.3'
33
services:
44
cvat_worker_default:
55
volumes:
6-
- ./tests/cypress/integration/actions_tasks3/assets/case_107:/home/django/share:rw
6+
- ./tests/share:/home/django/share:rw
77
cvat_server:
88
volumes:
9-
- ./tests/cypress/integration/actions_tasks3/assets/case_107:/home/django/share:rw
9+
- ./tests/share:/home/django/share:rw

0 commit comments

Comments
 (0)