We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab3728 commit 85a6671Copy full SHA for 85a6671
1 file changed
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
gradle --version
38
39
- name: Run gradle tests
40
- run: ./gradlew testDebug
+ run: ./gradlew test
41
42
- uses: actions/upload-artifact@v4
43
with:
0 commit comments