test android CI

This commit is contained in:
Tienson Qin
2025-09-04 20:13:50 +08:00
parent 3bb42af2a1
commit 89c4258e5d
2 changed files with 28 additions and 37 deletions

View File

@@ -108,7 +108,7 @@ jobs:
echo "ENABLE_FILE_SYNC_PRODUCTION=${{ inputs.enable-file-sync-production || github.event.inputs.enable-file-sync-production || inputs.build-target == '' }}" >> $GITHUB_ENV
- name: Compile CLJS - app variant, use es6 instead of es-next
run: yarn install && yarn release-app
run: yarn install && yarn release-mobile
env:
LOGSEQ_SENTRY_DSN: ${{ secrets.LOGSEQ_SENTRY_DSN }}
LOGSEQ_POSTHOG_TOKEN: ${{ secrets.LOGSEQ_POSTHOG_TOKEN }}
@@ -126,15 +126,6 @@ jobs:
SENTRY_ORG: logseq
SENTRY_PROJECT: logseq
- name: Prepare public Directory
run: |
cp -r static public/
rm -rvf public/js/publishing
rm -rvf public/js/*.js.map || true
rm -rvf public/*.*
rm -rvf public/ios
rm -rvf android/app/src/main/assets/public || true
- name: Sync public to Android Project
run: npx cap sync android