Skip to content

Commit 778fd03

Browse files
debugging action
1 parent 30624e2 commit 778fd03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
with:
1616
name: BabylonReactNative
1717
path: ./artifact
18+
19+
- name: List downloaded files (debugging)
20+
run: ls -R ./artifact
1821
- name: Install build package
1922
run: |
2023
unzip ../../artifact/BabylonReactNative.zip
2124
npm install ../../artifact/babylonjs-react-native-0.0.1.tgz
2225
working-directory: ./Apps/Playground
2326

24-
- name: List downloaded files (debugging)
25-
run: ls -R ./artifact
26-
2727
- name: Gulp (Android)
2828
run: npx gulp buildAndroid
2929
working-directory: ./Package

0 commit comments

Comments
 (0)