Skip to content

Commit a898094

Browse files
test
1 parent c15f9c6 commit a898094

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
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

2627
jobs:
2728
e2e-docker-tests:
@@ -31,10 +32,8 @@ jobs:
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:

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)