Skip to content

Migrate analysis cache from SQLite to H2 for virtual thread compatibi… #19

Migrate analysis cache from SQLite to H2 for virtual thread compatibi…

Migrate analysis cache from SQLite to H2 for virtual thread compatibi… #19

Workflow file for this run

name: Java CI
on:
push:
branches: [java]
paths: ['src/**', 'pom.xml']
pull_request:
branches: [java]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: ['25']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- run: mvn clean verify -B
- uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: target/surefire-reports/
- uses: actions/upload-artifact@v4
with:
name: coverage-report-${{ matrix.os }}
path: target/site/jacoco/