Skip to content

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

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 #237

name: nowje-unit-test-exchange-maven-plugin-pull-request
on:
push:
branches:
- '!main'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build
run: mvn clean install
- name: Coverage with Coveralls
run: mvn jacoco:prepare-agent package jacoco:report