File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 22
22
RI_SERVER_TLS_KEY : ${{ secrets.RI_SERVER_TLS_KEY }}
23
23
SLACK_TEST_REPORT_KEY : ${{ secrets.SLACK_TEST_REPORT_KEY }}
24
24
TEST_BIG_DB_DUMP : ${{ secrets.TEST_BIG_DB_DUMP }}
25
+ E2E_VOLUME_PATH : " /usr/src/app"
25
26
26
27
jobs :
27
28
e2e-docker-tests :
31
32
image : docker:latest
32
33
options : --privileged
33
34
volumes :
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
35
+ - /usr/src/app/results:/usr/src/app/results
36
+ - /usr/src/app/report:/usr/src/app/report
38
37
strategy :
39
38
fail-fast : false
40
39
matrix :
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ services:
7
7
dockerfile : e2e.Dockerfile
8
8
tty : true
9
9
volumes :
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
10
+ - ${E2E_VOLUME_PATH:-.}/results:/usr/src/app/results
11
+ - ${E2E_VOLUME_PATH:-.}/report:/usr/src/app/report
14
12
- ./plugins:/usr/src/app/plugins
15
13
- rihomedir:/root/.redis-insight
16
14
- tmp:/tmp
You can’t perform that action at this time.
0 commit comments