fix: change OAuth2_HOSTNAME env. variable
parent
e35e3ce021
commit
d5d0fa4c18
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue