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 556baae commit a37469cCopy full SHA for a37469c
.github/workflows/test_android.yml
@@ -23,7 +23,9 @@ jobs:
23
working-directory: ./Apps/Playground
24
25
- name: Gulp (Android)
26
- run: npx gulp buildAndroid
+ run: |
27
+ npm install
28
+ npx gulp buildAndroid
29
working-directory: ./Package
30
31
- name: Upload APK
.github/workflows/test_ios.yml
@@ -30,5 +30,7 @@ jobs:
32
- name: Gulp (iOS)
33
- run: npx gulp buildIOS
34
35
+ npx gulp buildIOS
36
0 commit comments