Skip to content

Commit dd45b59

Browse files
authored
Run only root testCoverage task in android-ci (#19)
1 parent 70bc672 commit dd45b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fetch-depth: 0 # For Sonar analysis
6262
- uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@main
6363
- name: Run unit tests
64-
run: ./gradlew testCoverage --scan --stacktrace
64+
run: ./gradlew :testCoverage --scan --stacktrace
6565
- name: Upload tests results
6666
uses: actions/upload-artifact@v4
6767
if: failure()

0 commit comments

Comments
 (0)