Skip to content

Commit 1a0db14

Browse files
author
Thomas Hanke
committed
workflow fix
1 parent 69e4116 commit 1a0db14

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/TestExamples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
APP_PORT=${APP_PORT}
4040
MAPPER_PORT=${MAPPER_PORT}
4141
CONVERTER_PORT=${CONVERTER_PORT}
42-
YARRRML_URL=${YARRRML_URL}
43-
MAPPER_URL=${MAPPER_URL}
42+
SERVER_URL="http://localhost:${APP_PORT}"
4443
APP_MODE=${APP_MODE}
4544
SSL_VERIFY=${SSL_VERIFY}
4645
EOF

0 commit comments

Comments
 (0)