diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 96dd3ee..f7e80cf 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -29,3 +29,6 @@ jobs: run: ./gradlew assembleDebug - name: Run Unit Tests run: ./gradlew :composeApp:jvmTest + # Neither module is reached by assembleDebug, so they need building explicitly + - name: Build JVM modules + run: ./gradlew :agents:build :mcp-server:build