File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-java@v3
13
13
with :
14
+ distribution : ' temurin'
14
15
java-version : 11
15
16
- uses : actions/cache@v3
16
17
with :
19
20
restore-keys : |
20
21
maven-
21
22
- run : mvn install -Pjacoco
22
- - uses : codecov/codecov-action@v1
23
+ - uses : codecov/codecov-action@v3
23
24
with :
24
25
file : ./target/site/jacoco/jacoco.xml
25
26
fail_ci_if_error : true
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
pull_request :
8
+ branches :
9
+ - master
8
10
jobs :
9
- maven-build :
11
+ mvn :
10
12
runs-on : ${{ matrix.os }}
11
13
strategy :
12
14
matrix :
13
15
os : [ubuntu-20.04, windows-2022, macos-12]
14
- java : [11, 13 ]
16
+ java : [11, 17 ]
15
17
steps :
16
18
- uses : actions/checkout@v3
17
19
- uses : actions/setup-java@v3
18
20
with :
21
+ distribution : ' temurin'
19
22
java-version : ${{ matrix.java }}
20
23
- uses : actions/cache@v3
21
24
with :
Original file line number Diff line number Diff line change 2
2
name : pdd
3
3
on :
4
4
push :
5
+ branches :
6
+ - master
5
7
pull_request :
8
+ branches :
9
+ - master
6
10
jobs :
7
11
pdd :
8
12
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 2
2
name : xcop
3
3
on :
4
4
push :
5
+ branches :
6
+ - master
5
7
pull_request :
8
+ branches :
9
+ - master
6
10
jobs :
7
11
xcop :
8
12
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments