Commit 4b70405
fix: Correct native Android test command in CI
- Change from './gradlew test' to './gradlew :workmanager_android:test'
- This ensures only the workmanager_android module tests are run
- The previous command was running all tests which could include unrelated modules
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d4d838a commit 4b70405
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 50 | + | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| |||
0 commit comments