From 9ffe013371e26ab021f3702b2e9d8155e9093c7d Mon Sep 17 00:00:00 2001 From: Kitselyuk Egor Date: Wed, 21 Jun 2023 14:00:10 +0300 Subject: [PATCH] Fix unit test CI command --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]