Skip to content

Commit bf06d8a

Browse files
committed
Revert "Remove retries in workflow execution"
This reverts commit 94d1cbd.
1 parent 94d1cbd commit bf06d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: nick-invision/[email protected]
3636
with:
3737
timeout_minutes: 30
38-
max_attempts: 1
38+
max_attempts: 3
3939
command: |
4040
cd selenium-webdriver-${{ matrix.project }}
4141
mvn test -Dtest=!*Edge*,!*CrossBrowser*
@@ -44,7 +44,7 @@ jobs:
4444
uses: nick-invision/[email protected]
4545
with:
4646
timeout_minutes: 30
47-
max_attempts: 1
47+
max_attempts: 3
4848
command: |
4949
cd selenium-webdriver-${{ matrix.project }}
5050
./gradlew test -PexcludeTests=**/*Edge*,**/*CrossBrowser*

0 commit comments

Comments
 (0)