Skip to content

Commit

Permalink
push.yml: speed up the MacOSX_ARM64 job
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 24, 2025
1 parent 7cedfc3 commit 006b043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
java-version: 21
- uses: actions/checkout@v4
- uses: gradle/actions/setup-gradle@v4
- name: gradlew -Ptarget=MacOSX_ARM64 runSmokeTestAll build install
- name: gradlew -Pbt=Debug -Pflavor=Dp -Ptarget=MacOSX_ARM64 runSmokeTestAll build install
run: |
./gradlew -Ptarget=MacOSX_ARM64 runSmokeTestAll build install \
./gradlew -Pbt=Debug -Pflavor=Dp -Ptarget=MacOSX_ARM64 runSmokeTestAll build install \
--console=plain \
-PsigningKeyEncoded='${{ secrets.SIGNING_KEY_ENCODED }}' \
-PsigningPassword='${{ secrets.SIGNING_PASSWORD }}'
Expand Down

0 comments on commit 006b043

Please sign in to comment.