Skip to content

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #270

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #270

name: MD Pull Request
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: make b
- name: Coverage
run: make coverage