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

Commit 42328ef

Browse files
author
Denys Panchenko
committed
Fix pipeline tests
1 parent 6e312e7 commit 42328ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: npm install
3737
- name: Install react-native-cli
3838
run: npm install react-native-cli
39+
- name: Install react-native
40+
run: npm install react-native
3941
- name: test:android
4042
run: npm run test:android
4143

0 commit comments

Comments
 (0)