Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 5, 2024
1 parent cb8492c commit 9dd564e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9dd564e

Please sign in to comment.