Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Feb 3, 2025
1 parent 3a5aa14 commit 332e065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ workflows:
- *get_app_version
- name: Run tests
script: |
./gradlew clean test --no-daemon
./gradlew clean test --no-daemon -PskipGoogleServices
- name: Build RIA DigiDoc
script: |
./gradlew clean --no-daemon fetchAndPackageDefaultConfiguration -PappVersionName=$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER assemble --debug
./gradlew clean --no-daemon fetchAndPackageDefaultConfiguration -PappVersionName=$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER assemble --debug -PskipGoogleServices
- name: Rename and move APK
script: |
mkdir artifact/
Expand Down

0 comments on commit 332e065

Please sign in to comment.