Skip to content

Commit 453b647

Browse files
committed
bugfix: fix selenium hub
1 parent 883571f commit 453b647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
selenium-test:
6565
runs-on: ubuntu-latest
66-
66+
needs: deploy-on-test
6767
services:
6868
selenium-hub:
6969
image: selenium/hub:latest
@@ -84,6 +84,7 @@ jobs:
8484
8585
- name: Run Selenium Tests
8686
env:
87+
SELENIUM_HUB_URL: "http://localhost:4444/wd/hub"
8788
SERVER_URL: "https://test.pcoundia.com" # Point to your test server URL
8889
run: |
8990
cd selenium-tests

0 commit comments

Comments
 (0)