Skip to content

Bump junit:junit from 4.12 to 4.13.2 #21

Bump junit:junit from 4.12 to 4.13.2

Bump junit:junit from 4.12 to 4.13.2 #21

Workflow file for this run

name: Java CI with Maven
on:
push:
pull_request:
jobs:
BuildAndTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B verify --file pom.xml -P ci