Skip to content

Commit

Permalink
Do not double-test samples (#1698)
Browse files Browse the repository at this point in the history
Each sample runs its own emulator and performs connected checks on itself. The top-level connected check is for the redwood module's instrumented tests only.
  • Loading branch information
JakeWharton authored Nov 23, 2023
1 parent f0bdef9 commit 84fadb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
api-level: 29
emulator-boot-timeout: 20000
script: ./gradlew connectedCheck -PredwoodNoSamples
script: ./gradlew connectedCheck -PredwoodNoApps

dokka:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 84fadb3

Please sign in to comment.