Skip to content

Commit

Permalink
Merge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 30, 2024
2 parents 02c872a + 475e55d commit a94fe1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ jobs:
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Debug snapshot publish
if: ${{ matrix.debug }}
# ^^^ only run if changed
run: echo "matrix.snapshot == ${{ matrix.snapshot }}, gitub.event_name == ${{ github.event_name }}"
- name: Build
# Note: build separately first with default joda
# Note: build separately first with default Joda
run: ./mvnw -B -q -ff -ntp -DskipTests clean package
- name: Test
# Note: actual testing to use matrix-version of Joda
Expand Down

0 comments on commit a94fe1c

Please sign in to comment.