Skip to content

test: bump surefire to 3.x #196

test: bump surefire to 3.x

test: bump surefire to 3.x #196

name: eclipse-temurin-21
on:
push:
branches:
- main
paths:
- "eclipse-temurin-21/**"
- .github/workflows/eclipse-temurin-21.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "eclipse-temurin-21/**"
- .github/workflows/eclipse-temurin-21.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: eclipse-temurin-21
secrets: inherit