From 3ba66bd27cb06b73c5b0401ac339a5f31a8ef2f9 Mon Sep 17 00:00:00 2001 From: Xinyi Ye Date: Fri, 23 Feb 2024 12:23:02 -0800 Subject: [PATCH] Update android-ci.yml --- .github/workflows/android-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index f34b7c4..0e4c868 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -13,4 +13,4 @@ jobs: distribution: 'temurin' - uses: actions/checkout@v3 - name: Unit Test - run: cd android && ./gradlew testDebugUnitTest \ No newline at end of file + run: cd example/android && ./gradlew testDebugUnitTest \ No newline at end of file