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

Commit 14a80a3

Browse files
Update pckg json test file
1 parent 13825c7 commit 14a80a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: mocha --recursive bin/test -g "window.codePush.sync.2x.checkerror" --android
48+
run: npm run test:fast:android
4949

5050
test-iOS:
5151
name: Test iOS app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:setup:android": "mocha --recursive bin/test --android --setup",
2525
"test:setup:ios": "mocha --recursive bin/test --ios --setup",
2626
"test:fast": "mocha --recursive bin/test --android --ios",
27-
"test:fast:android": "mocha --recursive bin/test --android",
27+
"test:fast:android": "mocha --recursive bin/test --android -g 'window.codePush.sync.2x.checkerror' ",
2828
"test:fast:ios": "mocha --recursive bin/test --ios",
2929
"test:debugger:android": "mocha --recursive --inspect-brk=0.0.0.0 bin/test --android",
3030
"test:debugger:ios": "mocha --recursive --inspect-brk=0.0.0.0 bin/test --ios",

0 commit comments

Comments
 (0)