File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
- name : Download repository
11
11
uses : actions/checkout@v2
12
12
13
- - name : Set up JDK 9
13
+ - name : Set up JDK 11
14
14
uses : actions/setup-java@v1
15
15
with :
16
- java-version : 9
16
+ java-version : 11
17
17
18
18
- name : Set up Maven
19
19
uses : stCarolas/setup-maven@v4
29
29
- name : Print logs
30
30
if : ${{ always() }}
31
31
run : |
32
- tail -n 500 target/it-tests/dateformats-junit-test/build.log
33
- tail -n 500 target/it-tests/dateformatsymbols-junit-test/build.log
34
- tail -n 500 target/it-tests/decimalformat-junit-test/build.log
35
- tail -n 500 target/it-tests/decimalformatsymbols-junit-test/build.log
36
32
tail -n 500 target/it-tests/gwt-jar-test/build.log
37
33
tail -n 500 output.txt
38
34
39
- - uses : actions/upload-artifact@v4
40
- if : failure()
41
- with :
42
- name : dateformats-junit-test-build.log
43
- path : target/it-tests/dateformats-junit-test/build.log
44
-
45
- - uses : actions/upload-artifact@v4
46
- if : failure()
47
- with :
48
- name : dateformatsymbols-junit-test-build.log
49
- path : target/it-tests/dateformatsymbols-junit-test/build.log
50
-
51
- - uses : actions/upload-artifact@v4
52
- if : failure()
53
- with :
54
- name : decimalformat-junit-test-build.log
55
- path : target/it-tests/decimalformat-junit-test/build.log
56
-
57
- - uses : actions/upload-artifact@v4
58
- if : failure()
59
- with :
60
- name : decimalformatsymbols-junit-test-build.log
61
- path : target/it-tests/decimalformatsymbols-junit-test/build.log
62
-
63
35
- uses : actions/upload-artifact@v4
64
36
if : failure()
65
37
with :
You can’t perform that action at this time.
0 commit comments