Skip to content

Commit

Permalink
Build Desktop app before Android
Browse files Browse the repository at this point in the history
There is less to build, if a shared error exists, chances are it's spotted more quickly
  • Loading branch information
opatry committed Sep 30, 2024
1 parent a1ed256 commit 6087e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
add-job-summary-as-pr-comment: on-failure

- name: 🔨 Build Desktop App 🖥️
run: ./gradlew --no-daemon :tasks-app-desktop:assemble

- name: 🔨 Build Android App 📱
env:
PLAYSTORE_SECRET_PASSPHRASE: ${{ secrets.PLAYSTORE_SECRET_PASSPHRASE }}
Expand All @@ -44,9 +47,6 @@ jobs:
-Pplaystore.keystore.password="${KEYSTORE_PASSWORD}" \
-Pplaystore.keystore.key_password="${KEYSTORE_KEY_PASSWORD}"
- name: 🔨 Build Desktop App 🖥️
run: ./gradlew --no-daemon :tasks-app-desktop:assemble

- name: ✅ Test
run: ./gradlew --no-daemon test

Expand Down

0 comments on commit 6087e3f

Please sign in to comment.