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 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,13 +14,15 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 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 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