Skip to content

Commit

Permalink
Build example as Android apk as part of CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 24, 2023
1 parent 109fe83 commit 4535ac2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
- run: npm ci
- run: npm run prepack
- run: npm run test
- run: |
cd example/react-native/
npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
cd android
./gradlew assembleRelease
test app/build/outputs/apk/debug/app-debug.apk
Empty file.

0 comments on commit 4535ac2

Please sign in to comment.