We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e081091 commit 796f632Copy full SHA for 796f632
.github/workflows/test_android.yml
@@ -16,11 +16,8 @@ jobs:
16
name: BabylonReactNative
17
path: ./artifact
18
19
- - name: List downloaded files (debugging)
20
- run: ls -R ./artifact
21
- name: Install build package
22
run: |
23
- unzip ../../artifact/BabylonReactNative.zip
24
npm install ../../artifact/babylonjs-react-native-0.0.1.tgz
25
working-directory: ./Apps/Playground
26
0 commit comments