We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bc672 commit dd45b59Copy full SHA for dd45b59
.github/workflows/android-ci.yml
@@ -61,7 +61,7 @@ jobs:
61
fetch-depth: 0 # For Sonar analysis
62
- uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@main
63
- name: Run unit tests
64
- run: ./gradlew testCoverage --scan --stacktrace
+ run: ./gradlew :testCoverage --scan --stacktrace
65
- name: Upload tests results
66
uses: actions/upload-artifact@v4
67
if: failure()
0 commit comments