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 d0c1fdb commit 90174ecCopy full SHA for 90174ec
.github/workflows/gradle.yml
@@ -26,7 +26,7 @@ jobs:
26
run: chmod +x gradlew
27
28
- name: Build with Gradle
29
- run: ./gradlew build
+ run: ./gradlew check
30
31
- name: Codecov
32
uses: codecov/[email protected]
0 commit comments