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 11# This workflow will build a Java project with Maven
22# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33
4- name : Maven Verify
4+ name : sdk-java Verify
55
66on :
77 push :
@@ -14,14 +14,15 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
18- - name : Set up JDK 11
17+ - uses : actions/checkout@v2
18+
19+ - name : Set up JDK 11
1920 uses : actions/setup-java@v3
2021 with :
2122 distribution : temurin
2223 java-version : 11
2324 cache : ' maven'
2425
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 55 types : [closed]
66 paths :
77 - ' .github/project.yml'
8- concurrency :
9- group : ${{ github.workflow }}-${{ github.ref }}
10- cancel-in-progress : true
118
129 defaults :
1310 run :
You can’t perform that action at this time.
0 commit comments