Skip to content

Commit

Permalink
Test java fixed
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <[email protected]>
  • Loading branch information
Verdent committed Jul 10, 2024
1 parent 14e68b6 commit 6799e1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
run: mvn -B checkstyle:checkstyle -Pstaging
- name: Yasson install
run: mvn -U -C clean install -Pstaging -DskipTests
- name: Set up JDK for tests
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java_version }}
cache: 'maven'
- name: Yasson tests
run: mvn -U -B -C -Dmaven.javadoc.skip=true -Pstaging verify
- name: JSONB-API TCK
Expand Down

0 comments on commit 6799e1e

Please sign in to comment.