Skip to content

Commit 5519e11

Browse files
Merge pull request #364 from mindbox-cloud/release-2.7.0-rc
Release 2.7.0-rc Fix unit test CI command
2 parents e35e77b + 9ffe013 commit 5519e11

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)