Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions scripts/run-instrumented-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ run_unit_tests() {
echo ""
echo "==> Running JVM unit tests..."
cd "$EXAMPLE_DIR/android"
# The library module name in the Gradle build varies by Expo setup.
# Run via the app module which includes the library.
./gradlew :comapeo-core-react-native:test || \
echo "Warning: Library module test task failed. This may be expected if the module name differs."
./gradlew :comapeo-core-react-native:test
cd "$PROJECT_ROOT"
}

Expand Down