File tree Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,21 @@ jobs:
48
48
with :
49
49
distribution : ' temurin'
50
50
java-version : 11
51
- - name : Run Tests
51
+ - name : Run Tests Nightly
52
+ if : matrix.release == 'stable'
52
53
uses :
nick-invision/[email protected]
53
54
with :
54
55
timeout_minutes : 20
55
56
max_attempts : 3
56
57
command : |
57
58
cd examples/java
58
59
mvn -B test
60
+ - name : Run Tests Nightly
61
+ if : matrix.release == 'nightly'
62
+ uses :
nick-invision/[email protected]
63
+ with :
64
+ timeout_minutes : 20
65
+ max_attempts : 3
66
+ command : |
67
+ cd examples/java
68
+ mvn -B -U test -Dselenium.version=4.20-SNAPSHOT
Original file line number Diff line number Diff line change 13
13
<maven .compiler.source>11</maven .compiler.source>
14
14
<maven .compiler.target>11</maven .compiler.target>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
+ <selenium .version>4.19.1</selenium .version>
16
17
</properties >
17
18
18
19
<repositories >
29
30
<dependency >
30
31
<groupId >org.seleniumhq.selenium</groupId >
31
32
<artifactId >selenium-java</artifactId >
32
- <version >4.19.1 </version >
33
+ <version >${selenium.version} </version >
33
34
</dependency >
34
35
<dependency >
35
36
<groupId >org.seleniumhq.selenium</groupId >
36
37
<artifactId >selenium-grid</artifactId >
37
- <version >4.19.1 </version >
38
+ <version >${selenium.version} </version >
38
39
</dependency >
39
40
<dependency >
40
41
<groupId >org.junit.jupiter</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments