File tree Expand file tree Collapse file tree 7 files changed +38
-0
lines changed Expand file tree Collapse file tree 7 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@v4
20
20
with :
21
21
java-version : 17
22
+ distribution : ' temurin'
23
+ cache : ' gradle'
22
24
- name : Run integration tests
23
25
run : |
24
26
export DISPLAY=:99.0
54
56
uses : actions/setup-java@v4
55
57
with :
56
58
java-version : 17
59
+ distribution : ' temurin'
60
+ cache : ' gradle'
57
61
- name : Run integration tests
58
62
run : |
59
63
cd src/test-project
87
91
uses : actions/setup-java@v4
88
92
with :
89
93
java-version : 17
94
+ distribution : ' temurin'
95
+ cache : ' gradle'
90
96
- name : Run integration tests
91
97
run : |
92
98
cd src\test-project
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@v4
20
20
with :
21
21
java-version : 17
22
+ distribution : ' temurin'
23
+ cache : ' gradle'
22
24
- name : Run integration tests
23
25
run : |
24
26
export DISPLAY=:99.0
54
56
uses : actions/setup-java@v4
55
57
with :
56
58
java-version : 17
59
+ distribution : ' temurin'
60
+ cache : ' gradle'
57
61
- name : Run integration tests
58
62
run : |
59
63
cd src/test-project
91
95
uses : actions/setup-java@v4
92
96
with :
93
97
java-version : 17
98
+ distribution : ' temurin'
99
+ cache : ' gradle'
94
100
- name : Run integration tests
95
101
run : |
96
102
cd src\test-project
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@v4
20
20
with :
21
21
java-version : 17
22
+ distribution : ' temurin'
23
+ cache : ' gradle'
22
24
- name : Run integration tests
23
25
run : |
24
26
export DISPLAY=:99.0
54
56
uses : actions/setup-java@v4
55
57
with :
56
58
java-version : 17
59
+ distribution : ' temurin'
60
+ cache : ' gradle'
57
61
- name : Run integration tests
58
62
run : |
59
63
cd src/test-project
87
91
uses : actions/setup-java@v4
88
92
with :
89
93
java-version : 17
94
+ distribution : ' temurin'
95
+ cache : ' gradle'
90
96
- name : Run integration tests
91
97
run : |
92
98
cd src\test-project
Original file line number Diff line number Diff line change 35
35
uses : actions/setup-java@v4
36
36
with :
37
37
java-version : 17
38
+ distribution : ' temurin'
39
+ cache : ' gradle'
38
40
- name : Run integration tests
39
41
run : |
40
42
export DISPLAY=:99.0
70
72
uses : actions/setup-java@v4
71
73
with :
72
74
java-version : 17
75
+ distribution : ' temurin'
76
+ cache : ' gradle'
73
77
- name : Run integration tests
74
78
run : |
75
79
cd src/test-project
@@ -103,6 +107,8 @@ jobs:
103
107
uses : actions/setup-java@v4
104
108
with :
105
109
java-version : 17
110
+ distribution : ' temurin'
111
+ cache : ' gradle'
106
112
- name : Run integration tests
107
113
run : |
108
114
cd src\test-project
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@v4
20
20
with :
21
21
java-version : 17
22
+ distribution : ' temurin'
23
+ cache : ' gradle'
22
24
- name : Run integration tests
23
25
run : |
24
26
export DISPLAY=:99.0
54
56
uses : actions/setup-java@v4
55
57
with :
56
58
java-version : 17
59
+ distribution : ' temurin'
60
+ cache : ' gradle'
57
61
- name : Run integration tests
58
62
run : |
59
63
cd src/test-project
87
91
uses : actions/setup-java@v4
88
92
with :
89
93
java-version : 17
94
+ distribution : ' temurin'
95
+ cache : ' gradle'
90
96
- name : Run integration tests
91
97
run : |
92
98
cd src\test-project
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@v4
20
20
with :
21
21
java-version : 17
22
+ distribution : ' temurin'
23
+ cache : ' gradle'
22
24
- name : Run integration tests
23
25
run : |
24
26
export DISPLAY=:99.0
54
56
uses : actions/setup-java@v4
55
57
with :
56
58
java-version : 17
59
+ distribution : ' temurin'
60
+ cache : ' gradle'
57
61
- name : Run integration tests
58
62
run : |
59
63
cd src/test-project
87
91
uses : actions/setup-java@v4
88
92
with :
89
93
java-version : 17
94
+ distribution : ' temurin'
95
+ cache : ' gradle'
90
96
- name : Run integration tests
91
97
run : |
92
98
cd src\test-project
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-java@v4
18
18
with :
19
19
java-version : 17
20
+ distribution : ' temurin'
21
+ cache : ' gradle'
20
22
- name : Download artifacts
21
23
22
24
with :
You can’t perform that action at this time.
0 commit comments