Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/tp.integration.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,16 @@ jobs:
hub:
image: selenium/hub
ports:
- "4444:4444"
- 4442:4442
- 4443:4443
- 4444:4444
options: --health-cmd=/opt/bin/check-grid.sh --health-interval=5s --health-timeout=15s --health-retries=5
chromium:
image: ossalternatives/selenium-node-chromium
env:
HUB_HOST: hub
HUB_PORT: 4444
SE_EVENT_BUS_HOST: hub
SE_EVENT_BUS_PUBLISH_PORT: 4442
SE_EVENT_BUS_SUBSCRIBE_PORT: 4443
volumes:
- /dev/shm:/dev/shm
postgres:
Expand Down