File tree Expand file tree Collapse file tree 2 files changed +9
-28
lines changed Expand file tree Collapse file tree 2 files changed +9
-28
lines changed Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- name : GitHub CI
18
+ name : Maven GitHub CI
19
19
20
- on : [push, pull_request]
20
+ on :
21
+ push :
22
+ pull_request :
21
23
22
24
jobs :
23
25
build :
24
-
25
- strategy :
26
- matrix :
27
- os : [ubuntu-latest,windows-latest, macOS-latest]
28
- java : [8, 11, 17]
29
- jdk : [temurin]
30
- fail-fast : false
31
-
32
- runs-on : ${{ matrix.os }}
33
-
34
- steps :
35
- - uses : actions/checkout@v3
36
- - uses : actions/setup-java@v2
37
- with :
38
- distribution : ${{ matrix.jdk }}
39
- java-version : ${{ matrix.java }}
40
- cache : ' maven'
41
-
42
- - name : Build with Maven
43
- run : mvn install javadoc:javadoc site -e -B -V -Prun-its
26
+ name : Verify
27
+ uses : codehaus-plexus/.github/.github/workflows/maven.yml@master
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
jobs :
7
- update_release_draft :
8
- runs-on : ubuntu-latest
9
- steps :
10
- - uses : release-drafter/release-drafter@v5.19.0
11
- env :
12
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7
+ build :
8
+ name : Verify
9
+ uses : codehaus-plexus/.github/.github/workflows/release-drafter.yml@master
You can’t perform that action at this time.
0 commit comments