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 2222 RI_SERVER_TLS_KEY : ${{ secrets.RI_SERVER_TLS_KEY }}
2323 SLACK_TEST_REPORT_KEY : ${{ secrets.SLACK_TEST_REPORT_KEY }}
2424 TEST_BIG_DB_DUMP : ${{ secrets.TEST_BIG_DB_DUMP }}
25+ E2E_VOLUME_PATH : " /usr/src/app"
2526
2627jobs :
2728 e2e-docker-tests :
3132 image : docker:latest
3233 options : --privileged
3334 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
3837 strategy :
3938 fail-fast : false
4039 matrix :
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ 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
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
1412 - ./plugins:/usr/src/app/plugins
1513 - rihomedir:/root/.redis-insight
1614 - tmp:/tmp
You can’t perform that action at this time.
0 commit comments