fix: change OAuth2_HOSTNAME env. variable

pull/5911/head
k3yi0 2022-04-27 15:22:50 +02:00
parent e35e3ce021
commit d5d0fa4c18
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ jobs:
yarn --cwd $(git rev-parse --show-toplevel)/etc/oauth2-server-mock
RUNNER_TRACKING_ID="" && (nohup yarn --cwd $(git rev-parse --show-toplevel)/etc/oauth2-server-mock start&)
env:
OAUTH2_HOSTNAME: host.docker.internal
OAUTH2_HOSTNAME: localhost
OAUTH2_PORT: 8087
OAUTH2_TEST_USER_NAME: Test User
OAUTH2_TEST_USER_EMAIL: test@oauth2.mock
@ -89,7 +89,7 @@ jobs:
--redir-auth-login=oauth-mock > out.log 2>&1 &)
sleep 10
env:
OAUTH2_HOSTNAME: host.docker.internal
OAUTH2_HOSTNAME: localhost
OAUTH2_PORT: 8087