Skip to content

Commit

Permalink
Retry failed edge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jun 24, 2024
1 parent 5ee21cb commit c58da0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Run tests for windows-only drivers
run: |
tox -e tests_selenium_edge -- -n 4;
tox -e tests_selenium_edge -- --cache-clear -n 4 || tox -e tests_selenium_edge -- -n 1 --last-failed --last-failed-no-failures none

0 comments on commit c58da0e

Please sign in to comment.