Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 13825c7

Browse files
check single failing test android
1 parent c3b4a7c commit 13825c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Android tests
4646
run: npm run build:tests && npm run test:setup:android
4747
- name: Run Android test
48-
run: npm run test:fast:android
48+
run: mocha --recursive bin/test -g "window.codePush.sync.2x.checkerror" --android
4949

5050
test-iOS:
5151
name: Test iOS app

0 commit comments

Comments
 (0)