Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 #1411

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 #1411

Workflow file for this run

name: Build-Deploy
on:
push:
branches-ignore:
- 'main'
jobs:
build-and-deploy-artifact:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn --no-transfer-progress package