File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Expand file tree Collapse file tree 2 files changed +13
-14
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,13 +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 1.8
19
- uses : actions/setup-java@v3
20
- with :
21
- distribution : temurin
22
- java-version : 1.8
23
- cache : ' maven'
24
- - name : Verify with Maven
25
- run : |
26
- mvn -B -f pom.xml clean install verify
17
+ - uses : actions/checkout@v2
18
+
19
+ - name : Set up JDK 1.8
20
+ uses : actions/setup-java@v3
21
+ with :
22
+ distribution : temurin
23
+ java-version : 1.8
24
+ cache : ' maven'
25
+
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