We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f0d66 commit 1460c2aCopy full SHA for 1460c2a
.github/workflows/ci.yml renamed to .github/workflows/pr.yml
@@ -1,8 +1,5 @@
1
-# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
2
-name: Java CI with Maven
+name: Verify Pull Request
3
on:
4
- push:
5
- branches: [ master ]
6
pull_request:
7
branches: [ master ]
8
jobs:
@@ -20,7 +17,7 @@ jobs:
20
17
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
21
18
restore-keys: |
22
19
${{ runner.os }}-maven-
23
- - name: Set up JDK
+ - name: Set up Java and Maven
24
uses: actions/setup-java@v1
25
with:
26
java-version: ${{ matrix.java }}
0 commit comments