Skip to content

Commit 9ffe013

Browse files
committed
Fix unit test CI command
1 parent 48936b8 commit 9ffe013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: android-actions/setup-android@v2
4545

4646
- name: unit tests
47-
run: ./gradlew --no-daemon testDebugLocalUnitTest
47+
run: ./gradlew --no-daemon testDebugUnitTest
4848

4949
build:
5050
needs: [unit, lint]

0 commit comments

Comments
 (0)