You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to ensure that GitHub Actions runs ./gradlew :testlib:assemblePlayDebugAndroidTest at some point to ensure that testlib compiles
This could likely either be done directly in CI (/.github), or by adding a dependency on this task from AnkiDroid's androidTest in build.gradle. The latter being preferred
The text was updated successfully, but these errors were encountered:
See
We want to ensure that GitHub Actions runs
./gradlew :testlib:assemblePlayDebugAndroidTest
at some point to ensure thattestlib
compilesThis could likely either be done directly in CI (
/.github
), or by adding a dependency on this task from AnkiDroid'sandroidTest
inbuild.gradle
. The latter being preferredThe text was updated successfully, but these errors were encountered: