Skip to content

Commit cfa9137

Browse files
author
Dmitriy
committed
ci(workflows): move SE_NODE_GRID_URL to chrome node service, remove from hub
1 parent a21ce65 commit cfa9137

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/selenium-template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- 4444:4444
3131
- 4442:4442
3232
- 4443:4443
33-
env:
34-
SE_GRID_URL: http://localhost:4444/wd/hub
3533
options: >-
3634
--health-cmd "curl -f http://localhost:4444/wd/hub/status || exit 1"
3735
--health-interval 10s
@@ -45,6 +43,7 @@ jobs:
4543
SE_EVENT_BUS_SUBSCRIBE_PORT: 4443
4644
SE_NODE_MAX_SESSIONS: 4
4745
SE_NODE_SESSION_TIMEOUT: 300
46+
SE_NODE_GRID_URL: http://localhost:4444
4847
SCREEN_WIDTH: 1920
4948
SCREEN_HEIGHT: 1080
5049
options: >-

0 commit comments

Comments
 (0)