Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2… #47

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2…

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2… #47

Workflow file for this run

name: Java CI 11
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- id: spotless
run: mvn spotless:check animal-sniffer:check test verify
# - if: failure()
# name: Test Spotless Failed
# run: |
# wget https://raw.githubusercontent.com/segmentio/circleci-notifications/master/slack-notify-branch.sh
# chmod u+x slack-notify-branch.sh
# BUILD_STATUS="Failed" NOTIFY_BRANCH="master" ./slack-notify-branch.sh
- if: steps.spotless.conclusion == 'success'
run: mvn -B package