We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452d0b6 commit 4676ccaCopy full SHA for 4676cca
1 file changed
.github/workflows/build-test.yaml
@@ -24,22 +24,4 @@ jobs:
24
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
25
26
- name: Build with Gradle Wrapper
27
- run: ./gradlew build
28
- test:
29
- runs-on: ubuntu-latest
30
- permissions:
31
- contents: read
32
-
33
- steps:
34
- - uses: actions/checkout@v4
35
- - name: Set up JDK 21
36
- uses: actions/setup-java@v4
37
- with:
38
- java-version: "21"
39
- distribution: "temurin"
40
41
- - name: Setup Gradle
42
- uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
43
44
- - name: Test with Gradle Wrapper
45
- run: ./gradlew test
+ run: ./gradlew clean build
0 commit comments