Skip to content

Commit

Permalink
ci(jdk): build only required to pass on version used for release (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Oct 13, 2023
1 parent 6e220ad commit 28360a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ jobs:
run: sh db/build.sh
- name: Run tests
run: ./mvnw -B -U clean verify
continue-on-error: ${{ matrix.java != '17' }}

0 comments on commit 28360a5

Please sign in to comment.