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 c7eff86 commit 80e6f4cCopy full SHA for 80e6f4c
.github/workflows/build-and-deploy.yml
@@ -60,6 +60,7 @@ jobs:
60
sudo sysctl -p
61
- run: echo 'org.gradle.workers.max=2' >> ./android/gradle.properties
62
- run: cd android && ./gradlew androidDependencies --console=plain
63
+ - run: npm run bundle-data
64
- run: bundle exec fastlane android ci-run
65
env:
66
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
0 commit comments