Skip to content

Commit

Permalink
update ports node
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung committed Aug 20, 2024
1 parent 6b0e6d6 commit f76a325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
services:
webserver:
image: selenium/standalone-chrome:124.0
ports: [ 4444:4444 ]
ports:
- 4444:4444
options: --shm-size=2gb
env:
SE_NODE_MAX_SESSIONS: 12
Expand Down

0 comments on commit f76a325

Please sign in to comment.