We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a5d1 commit 903f066Copy full SHA for 903f066
.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 test
+ run: chmod +x gradlew && ./gradlew build && ./gradlew test
0 commit comments