We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc525e commit aa47d89Copy full SHA for aa47d89
.github/workflows/gradle.yml
@@ -24,4 +24,4 @@ jobs:
24
java-version: '11'
25
cache: 'gradle'
26
- name: Build with Gradle
27
- run: chmod +x gradlew && ./gradlew build -x checkstyleMain
+ run: chmod +x gradlew && ./gradlew test
0 commit comments