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 30624e2 commit 778fd03Copy full SHA for 778fd03
.github/workflows/test_android.yml
@@ -15,15 +15,15 @@ jobs:
15
with:
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
- - name: List downloaded files (debugging)
- run: ls -R ./artifact
-
27
- name: Gulp (Android)
28
run: npx gulp buildAndroid
29
working-directory: ./Package
0 commit comments