Skip to content

test: bump surefire to 3.x #529

test: bump surefire to 3.x

test: bump surefire to 3.x #529

name: microsoft-openjdk-17-ubuntu
on:
push:
branches:
- main
paths:
- "microsoft-openjdk-17-ubuntu/**"
- .github/workflows/microsoft-openjdk-17-ubuntu.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "microsoft-openjdk-17-ubuntu/**"
- .github/workflows/microsoft-openjdk-17-ubuntu.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: microsoft-openjdk-17-ubuntu
secrets: inherit