Skip to content

Commit

Permalink
ci: fix test-android gradle target
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Oct 21, 2024
1 parent 3f4ded6 commit cb28d88
Showing 1 changed file with 1 addition and 1 deletion.
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 :evva-sfw_abrevva-react-native:testDebugUnitTest || exit 1
cd example/android && ./gradlew :evva_abrevva-react-native:testDebugUnitTest || exit 1

0 comments on commit cb28d88

Please sign in to comment.