Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 #382

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 #382

Workflow file for this run

name: Quarkus Playground Build
on:
push:
branches:
- main
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'NOTICE'
- 'README*'
pull_request:
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'NOTICE'
- 'README*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: checkout
- uses: actions/setup-java@v4
name: set up jdk 17
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
cache-dependency-path: '**/pom.xml'
- name: build with maven
run: mvn verify