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