Skip to content

Commit 4b70405

Browse files
enedclaude
andcommitted
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

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ jobs:
4747
cache: true
4848
- uses: bluefireteam/melos-action@v3
4949
- name: Run native Android tests
50-
run: |
51-
cd example/android
52-
./gradlew projects
53-
./gradlew test
50+
run: cd example/android && ./gradlew :workmanager_android:test
5451

5552
drive_ios:
5653
strategy:

0 commit comments

Comments
 (0)