Skip to content

Commit 9c93c7e

Browse files
authored
use shared gh action (#24)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent e4a728c commit 9c93c7e

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,5 @@ on: [push, pull_request]
2121

2222
jobs:
2323
build:
24-
25-
strategy:
26-
matrix:
27-
os: [ubuntu-latest, windows-latest, macOS-latest]
28-
java: [8, 11, 17]
29-
jdk: [temurin, zulu]
30-
fail-fast: false
31-
32-
runs-on: ${{ matrix.os }}
33-
34-
steps:
35-
- name: Checkout
36-
uses: actions/[email protected]
37-
38-
- name: Set up JDK
39-
uses: actions/setup-java@v2
40-
with:
41-
distribution: ${{ matrix.jdk }}
42-
java-version: ${{ matrix.java }}
43-
cache: 'maven'
44-
45-
- name: Build with Maven
46-
run: mvn verify --errors --batch-mode --show-version -P run-its
24+
name: Verify
25+
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main

0 commit comments

Comments
 (0)