Skip to content

Commit

Permalink
Sets github's test gradle usePreinstrumentedJars value to false by de…
Browse files Browse the repository at this point in the history
…fault.

Some changes only occur when a new version of the jars are released. This will ensure all changes are tested when copied over.

This will allow integration_tests:sparsearray to run in Gradle before
a new version of preinstrumented jars are released.

Related to #7006

PiperOrigin-RevId: 428547156
  • Loading branch information
Googler authored and hoisie committed Mar 8, 2022
1 parent 4aa58d6 commit 5fdc0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -96,6 +96,7 @@ jobs:
--no-watch-fs \
-Drobolectric.enabledSdks=${{ matrix.api-versions }} \
-Drobolectric.alwaysIncludeVariantMarkersInTestName=true \
-Drobolectric.usePreinstrumentedJars=false \
-Dorg.gradle.workers.max=2
- name: Upload Test Results
Expand Down

0 comments on commit 5fdc0b4

Please sign in to comment.