Skip to content

Merge pull request #938 from constantlegipilot/fix/moselle-holyday #2038

Merge pull request #938 from constantlegipilot/fix/moselle-holyday

Merge pull request #938 from constantlegipilot/fix/moselle-holyday #2038

Workflow file for this run

name: Benchmark
on:
schedule:
- cron: "15 0 * * *"
push:
branches:
- main
- 2.x
pull_request:
workflow_dispatch:
env:
MAVEN_ARGS: "--no-transfer-progress --errors --fail-at-end --show-version"
jobs:
build:
name: benchmark
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up JDK from .tool-versions
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version-file: ".tool-versions"
cache: 'maven'
- name: Build
run: ./mvnw verify -Dtests.groups=BenchmarkTest