We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c11aa commit d4b4f73Copy full SHA for d4b4f73
1 file changed
.github/workflows/main.yaml
@@ -34,12 +34,7 @@ jobs:
34
uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
35
36
- name: Test and Build with Gradle
37
- run: |
38
- if [ "${{ matrix.java }}" = "25" ]; then
39
- ./gradlew build test-integration -x spotlessCheck
40
- else
41
- ./gradlew build test-integration
42
- fi
+ run: ./gradlew build test-integration
43
44
- if: matrix.java == 17
45
name: Upload coverage to Codecov
0 commit comments