diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 855aa8c8a..598833949 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: uses: android-actions/setup-android@v2 - name: unit tests - run: ./gradlew --no-daemon testDebugLocalUnitTest + run: ./gradlew --no-daemon testDebugUnitTest build: needs: [unit, lint]