Skip to content

Commit f25f48d

Browse files
authored
Merge pull request #7 from coundia/dev
dev
2 parents d8c0711 + 453b647 commit f25f48d

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)