Skip to content

Commit

Permalink
Do not double-test samples
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 committed Nov 23, 2023
1 parent 99081b2 commit bfa5f00
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 bfa5f00

Please sign in to comment.