Skip to content

Commit

Permalink
Tweaked CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 24, 2023
1 parent 4535ac2 commit dbcd9ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
- run: npm ci
- run: npm run prepack
- run: npm run test
- run: |
- run: | # Build example app
cd example/react-native/
npm install
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
./gradlew assembleRelease --no-daemon
test app/build/outputs/apk/debug/app-debug.apk

0 comments on commit dbcd9ba

Please sign in to comment.