File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will build a Java project with Maven
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
3
4
- name : Maven Verify
4
+ name : sdk-java Verify
5
5
6
6
on :
7
7
push :
@@ -14,14 +14,15 @@ jobs:
14
14
build :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
18
- - name : Set up JDK 11
17
+ - uses : actions/checkout@v2
18
+
19
+ - name : Set up JDK 11
19
20
uses : actions/setup-java@v3
20
21
with :
21
22
distribution : temurin
22
23
java-version : 11
23
24
cache : ' maven'
24
25
25
- - name : Verify with Maven
26
- run : |
27
- mvn -B -f pom.xml clean install verify
26
+ - name : Verify with Maven
27
+ run : |
28
+ mvn -B -f pom.xml clean install verify
Original file line number Diff line number Diff line change 5
5
types : [closed]
6
6
paths :
7
7
- ' .github/project.yml'
8
- concurrency :
9
- group : ${{ github.workflow }}-${{ github.ref }}
10
- cancel-in-progress : true
11
8
12
9
defaults :
13
10
run :
You can’t perform that action at this time.
0 commit comments