Skip to content

Bump the junit-jupiter group with 2 updates #225

Bump the junit-jupiter group with 2 updates

Bump the junit-jupiter group with 2 updates #225

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