File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -16,34 +16,6 @@ concurrency:
1616 cancel-in-progress : true
1717
1818jobs :
19- test :
20- runs-on : ubuntu-latest
21-
22- steps :
23- - name : Checkout
24- uses : actions/checkout@v3
25-
26- - name : Make Gradle wrapper executable
27- run : chmod +x gradlew
28-
29- - name : Set up JDK 21
30- uses : actions/setup-java@v3
31- with :
32- distribution : temurin
33- java-version : 21
34-
35- - name : Cache Gradle
36- uses : actions/cache@v3
37- with :
38- path : |
39- ~/.gradle/caches
40- ~/.gradle/wrapper
41- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*','**/gradle-wrapper.properties') }}
42- restore-keys : ${{ runner.os }}-gradle-
43-
44- - name : Build & test
45- run : ./gradlew clean testAll --no-daemon
46-
4719 build :
4820 name : Build and Publish CommandsAPI
4921 uses : GroupeZ-dev/actions/.github/workflows/build.yml@main
You can’t perform that action at this time.
0 commit comments