Skip to content

Commit

Permalink
Change order of hub and node
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 15, 2023
1 parent a7ede97 commit 4ceb2a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
defaults write com.apple.Safari AllowRemoteAutomation 1
sudo safaridriver --enable
- name: Setup node
run: java -jar selenium-server-4.16.1.jar node -I "safari" &

- name: Setup hub
run: java -jar selenium-server-4.16.1.jar hub &

- name: Run tests for windows-only drivers
- name: Setup node
run: java -jar selenium-server-4.16.1.jar node -I "safari" &

- name: Run tests for macos
run: |
tox -e tests_macos_selenium -- -m macos -n 1 tests/test_webdriver_remote.py;

0 comments on commit 4ceb2a0

Please sign in to comment.