File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 58
58
run : keytool -import -noprompt -trustcacerts -alias SeleniumHQ -file examples/java/src/test/resources/tls.crt -keystore ${{ steps.java.outputs.path }}/lib/security/cacerts -storepass changeit
59
59
- name : Run Tests Stable
60
60
if : matrix.release == 'stable'
61
- uses : nick-invision/retry@v3.0.1
61
+ uses : nick-invision/retry@v3.0.2
62
62
with :
63
63
timeout_minutes : 40
64
64
max_attempts : 3
67
67
mvn -B test -D"jdk.internal.httpclient.disableHostnameVerification=true"
68
68
- name : Run Tests Nightly Linux/macOS
69
69
if : matrix.release == 'nightly' && matrix.os != 'windows'
70
- uses : nick-invision/retry@v3.0.1
70
+ uses : nick-invision/retry@v3.0.2
71
71
with :
72
72
timeout_minutes : 40
73
73
max_attempts : 3
81
81
82
82
- name : Run Tests Nightly Windows
83
83
if : matrix.release == 'nightly' && matrix.os == 'windows'
84
- uses : nick-invision/retry@v3.0.1
84
+ uses : nick-invision/retry@v3.0.2
85
85
with :
86
86
timeout_minutes : 40
87
87
max_attempts : 3
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
env :
117
117
NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
118
118
- name : Run tests
119
- uses : nick-invision/retry@v3.0.1
119
+ uses : nick-invision/retry@v3.0.2
120
120
with :
121
121
timeout_minutes : 20
122
122
max_attempts : 3
Original file line number Diff line number Diff line change 83
83
distribution : ' temurin'
84
84
java-version : 11
85
85
- name : Run tests
86
- uses : nick-invision/retry@v3.0.1
86
+ uses : nick-invision/retry@v3.0.2
87
87
with :
88
88
timeout_minutes : 20
89
89
max_attempts : 3
Original file line number Diff line number Diff line change 95
95
distribution : ' temurin'
96
96
java-version : 11
97
97
- name : Run tests
98
- uses : nick-invision/retry@v3.0.1
98
+ uses : nick-invision/retry@v3.0.2
99
99
with :
100
100
timeout_minutes : 60
101
101
max_attempts : 3
Original file line number Diff line number Diff line change 84
84
distribution : ' temurin'
85
85
java-version : 11
86
86
- name : Run tests
87
- uses : nick-invision/retry@v3.0.1
87
+ uses : nick-invision/retry@v3.0.2
88
88
with :
89
89
timeout_minutes : 20
90
90
max_attempts : 3
You can’t perform that action at this time.
0 commit comments