File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1616 - 27017:27017
1717 steps :
1818 - uses : actions/checkout@v2
19+ - uses : sdkman/sdkman-action@master
20+ id : sdkman
21+ with :
22+ candidate : java
23+ version : 11.0.12-sem
24+ - uses : actions/setup-java@v1
25+ id : setup-java
26+ with :
27+ java-version : 11.0.12
28+ jdkFile : ${{ steps.sdkman.outputs.file }}
1929 - name : Run tests
2030 run : ./gradlew clean test --info
2131 - name : Set short git hash
Original file line number Diff line number Diff line change 88 uses : actions/checkout@v2
99 with :
1010 ref : ${{ github.event.pull_request.head.sha }}
11-
1211 - uses : sdkman/sdkman-action@master
1312 id : sdkman
1413 with :
Original file line number Diff line number Diff line change 1616 - 27017:27017
1717 steps :
1818 - uses : actions/checkout@v2
19+ - uses : sdkman/sdkman-action@master
20+ id : sdkman
21+ with :
22+ candidate : java
23+ version : 11.0.12-sem
24+ - uses : actions/setup-java@v1
25+ id : setup-java
26+ with :
27+ java-version : 11.0.12
28+ jdkFile : ${{ steps.sdkman.outputs.file }}
1929 - name : Run tests
2030 run : ./gradlew clean test --info
2131 - name : Set github tag
You can’t perform that action at this time.
0 commit comments