File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,19 @@ jobs:
3232 run : Xvfb $DISPLAY &
3333 - name : Run ${{ matrix.project }} tests with Maven
3434 if : matrix.build-tool == 'mvn'
35- run : |
36- cd selenium-webdriver-${{ matrix.project }}
37- mvn test
35+ uses :
nick-invision/[email protected] 36+ with :
37+ timeout_minutes : 30
38+ max_attempts : 3
39+ command : |
40+ cd selenium-webdriver-${{ matrix.project }}
41+ mvn test -Dtest
3842 - name : Run ${{ matrix.project }} tests with Gradle
3943 if : matrix.build-tool == 'gradle'
40- run : |
41- cd selenium-webdriver-${{ matrix.project }}
42- ./gradlew test
44+ uses :
nick-invision/[email protected] 45+ with :
46+ timeout_minutes : 30
47+ max_attempts : 3
48+ command : |
49+ cd selenium-webdriver-${{ matrix.project }}
50+ ./gradlew test
You can’t perform that action at this time.
0 commit comments