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 48936b8 commit 9ffe013Copy full SHA for 9ffe013
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: android-actions/setup-android@v2
45
46
- name: unit tests
47
- run: ./gradlew --no-daemon testDebugLocalUnitTest
+ run: ./gradlew --no-daemon testDebugUnitTest
48
49
build:
50
needs: [unit, lint]
0 commit comments