Skip to content

Commit 14e5c90

Browse files
author
Artem
committed
run e2e with tls
1 parent 56b2b47 commit 14e5c90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ jobs:
462462
command: |
463463
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/web/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
464464
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
465+
RI_SERVER_TLS_CERT="$RI_SERVER_TLS_CERT" \
466+
RI_SERVER_TLS_KEY="$RI_SERVER_TLS_KEY" \
465467
docker-compose \
466468
-f tests/e2e/rte.docker-compose.yml \
467469
-f tests/e2e/docker.web.docker-compose.yml \
@@ -476,6 +478,8 @@ jobs:
476478
command: |
477479
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/web/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
478480
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
481+
RI_SERVER_TLS_CERT="$RI_SERVER_TLS_CERT" \
482+
RI_SERVER_TLS_KEY="$RI_SERVER_TLS_KEY" \
479483
docker-compose \
480484
-f tests/e2e/rte.docker-compose.yml \
481485
-f tests/e2e/local.web.docker-compose.yml \
@@ -871,8 +875,6 @@ jobs:
871875
fi
872876
873877
docker build --build-arg NODE_ENV=<< parameters.env >> \
874-
--build-arg RI_SERVER_TLS_CERT="$RI_SERVER_TLS_CERT" \
875-
--build-arg RI_SERVER_TLS_KEY="$RI_SERVER_TLS_KEY" \
876878
--build-arg RI_SEGMENT_WRITE_KEY="$TELEMETRY" \
877879
-t riv2:latest .
878880

0 commit comments

Comments
 (0)