Skip to content

Commit 3df0677

Browse files
committed
build.yaml removed junit uploads
1 parent e876347 commit 3df0677

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Download repository
1111
uses: actions/checkout@v2
1212

13-
- name: Set up JDK 9
13+
- name: Set up JDK 11
1414
uses: actions/setup-java@v1
1515
with:
16-
java-version: 9
16+
java-version: 11
1717

1818
- name: Set up Maven
1919
uses: stCarolas/setup-maven@v4
@@ -29,37 +29,9 @@ jobs:
2929
- name: Print logs
3030
if: ${{ always() }}
3131
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
3632
tail -n 500 target/it-tests/gwt-jar-test/build.log
3733
tail -n 500 output.txt
3834
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-
6335
- uses: actions/upload-artifact@v4
6436
if: failure()
6537
with:

0 commit comments

Comments
 (0)