diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c14ab8a..33d864a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,8 +31,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - - name: print pwd - run: cd example/android && ls -la - name: Run Tests run: make test-android diff --git a/Makefile b/Makefile index 20d5f20..af81a02 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ test-ios: test || exit 1 test-android: - cd example/android && ./gradlew :abrevva:testDebugUnitTest || exit 1 + cd android && ./gradlew :abrevva:testDebugUnitTest || exit 1