We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f784eef commit 8d7b024Copy full SHA for 8d7b024
.github/workflows/maven.yml renamed to .github/workflows/maven-verify.yml
@@ -15,28 +15,13 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-name: Java CI
+name: Verify
19
20
-on: [push, pull_request]
+on:
21
+ push:
22
+ pull_request:
23
24
jobs:
25
build:
-
- strategy:
26
- matrix:
27
- os: [ubuntu-latest, windows-latest, macOS-latest]
28
- fail-fast: false
29
30
- runs-on: ${{ matrix.os }}
31
32
- steps:
33
- - name: Checkout
34
- uses: actions/checkout@v1
35
36
- - name: Set up JDK 1.8
37
- uses: actions/setup-java@v1
38
- with:
39
- java-version: 1.8
40
41
- - name: Build with Maven
42
- run: mvn install -e -B -V --no-transfer-progress -P run-its
+ name: Verify
+ uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
0 commit comments