Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 #59

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 #59

Workflow file for this run

name: Run unit tests
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Unit tests
run: mvn -ntp test -P development