Skip to content

Commit c15f9c6

Browse files
test
1 parent 849cf07 commit c15f9c6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/tests-e2e-docker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
image: docker:latest
3232
options: --privileged
3333
volumes:
34-
- /usr/src/app/results:/usr/src/app/results
35-
- /usr/src/app/report:/usr/src/app/report
34+
- /usr/src/app/results:/__w/RedisInsight/RedisInsight/tests/e2e/results
35+
- /usr/src/app/report:/__w/RedisInsight/RedisInsight/tests/e2e/report
36+
# - /usr/src/app/results:/usr/src/app/results
37+
# - /usr/src/app/report:/usr/src/app/report
3638
strategy:
3739
fail-fast: false
3840
matrix:

tests/e2e/docker.web.docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ services:
77
dockerfile: e2e.Dockerfile
88
tty: true
99
volumes:
10-
- /usr/src/app/results:/usr/src/app/results
11-
- /usr/src/app/report:/usr/src/app/report
10+
# - /usr/src/app/results:/usr/src/app/results
11+
# - /usr/src/app/report:/usr/src/app/report
12+
- ./results:/usr/src/app/results
13+
- ./report:/usr/src/app/report
1214
- ./plugins:/usr/src/app/plugins
1315
- rihomedir:/root/.redis-insight
1416
- tmp:/tmp

0 commit comments

Comments
 (0)