We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806c66b commit f1df1a6Copy full SHA for f1df1a6
.github/workflows/gradle.yml
@@ -22,5 +22,5 @@ jobs:
22
java-version: 1.8
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- - name: Build with Gradle
+ - name: Run all tests
26
run: ./gradlew test
0 commit comments