Skip to content

Commit

Permalink
push.yml: the Android job should skip testing, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 18, 2025
1 parent 9331eeb commit 9d82b08
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 @@ -39,9 +39,9 @@ jobs:
run: |
./gradlew classes unpackJoltSource unpackTestFramework \
--console=plain
- name: gradlew --build-file=android.gradle build
- name: gradlew --build-file=android.gradle assemble
run: |
./gradlew --build-file=android.gradle build \
./gradlew --build-file=android.gradle assemble \
--console=plain
Java21-Linux:
Expand Down

0 comments on commit 9d82b08

Please sign in to comment.