Skip to content

Commit 7beb85f

Browse files
authored
feat: Add demo build (#1)
* feat: Add demo build * Update ci.yml
1 parent 9d8d5e7 commit 7beb85f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ jobs:
1616
node-version: '16.x'
1717
cache: 'npm'
1818
cache-dependency-path: src/package-lock.json
19+
- uses: actions/[email protected]
20+
with:
21+
java-version: 11
22+
distribution: temurin
23+
- uses: android-actions/setup-android@v2
24+
- run: npm install -g nativescript
1925
- run: npm install
2026
working-directory: src
2127
- run: npm run lint
2228
working-directory: src
2329
- run: npm run build
2430
working-directory: src
31+
- run: ns build android
32+
working-directory: demo

0 commit comments

Comments
 (0)