We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e6b672 + a898094 commit be7938fCopy full SHA for be7938f
.github/workflows/tests-e2e-docker.yml
@@ -22,6 +22,7 @@ env:
22
RI_SERVER_TLS_KEY: ${{ secrets.RI_SERVER_TLS_KEY }}
23
SLACK_TEST_REPORT_KEY: ${{ secrets.SLACK_TEST_REPORT_KEY }}
24
TEST_BIG_DB_DUMP: ${{ secrets.TEST_BIG_DB_DUMP }}
25
+ E2E_VOLUME_PATH: "/usr/src/app"
26
27
jobs:
28
e2e-docker-tests:
tests/e2e/docker.web.docker-compose.yml
@@ -7,8 +7,8 @@ services:
7
dockerfile: e2e.Dockerfile
8
tty: true
9
volumes:
10
- - /usr/src/app/results:/usr/src/app/results
11
- - /usr/src/app/report:/usr/src/app/report
+ - ${E2E_VOLUME_PATH:-.}/results:/usr/src/app/results
+ - ${E2E_VOLUME_PATH:-.}/report:/usr/src/app/report
12
- ./plugins:/usr/src/app/plugins
13
- rihomedir:/root/.redis-insight
14
- tmp:/tmp
0 commit comments