Skip to content

Commit 556baae

Browse files
npm install
1 parent 796f632 commit 556baae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test_android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install build package
2020
run: |
2121
npm install ../../artifact/babylonjs-react-native-0.0.1.tgz
22+
npm install
2223
working-directory: ./Apps/Playground
2324

2425
- name: Gulp (Android)

.github/workflows/test_ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install build package
2020
run: |
2121
npm install ../../artifact/babylonjs-react-native-0.0.1.tgz
22+
npm install
2223
working-directory: ./Apps/Playground
2324

2425
- name: Clean and Install Pods

0 commit comments

Comments
 (0)