Skip to content

Commit

Permalink
push.yml: don't test on Windows for now (to avoid hanging)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 26, 2024
1 parent 32a9892 commit c6d2d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
distribution: 'zulu'
java-version: 21
- uses: actions/checkout@v4
- run: ./gradlew build javadoc --console=plain --no-daemon
- run: ./gradlew assemble javadoc --console=plain --no-daemon
shell: bash

Java22-Linux:
Expand Down

0 comments on commit c6d2d0a

Please sign in to comment.