Skip to content

Commit

Permalink
Try to rerun failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andmedoctopus committed Dec 28, 2023
1 parent 4c7d84a commit 465cea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
run: |
gtimeout 60 bash -c 'while ! wget -O /dev/null -T 1 http://localhost:4444/readyz; do echo waiting for selenium server; sleep 1; done' || (cat selenium-standalone.log && exit 2)
tox -e tests_macos_selenium -- -n 1 tests/test_webdriver_remote.py;
tox -e tests_macos_selenium -- -n 1 tests || tox -e tests_macos_selenium -- -n 1 --lf

0 comments on commit 465cea3

Please sign in to comment.