Skip to content

lebanon: add holidays #2671

lebanon: add holidays

lebanon: add holidays #2671

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@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Set up JDK from .tool-versions
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
with:
distribution: 'temurin'
java-version-file: ".tool-versions"
cache: 'maven'
- name: Build
run: ./mvnw verify -Dtests.groups=BenchmarkTest