Skip to content

Bump junit:junit from 4.13 to 4.13.2 (#65) #59

Bump junit:junit from 4.13 to 4.13.2 (#65)

Bump junit:junit from 4.13 to 4.13.2 (#65) #59

Workflow file for this run

name: Java CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
with:
java-version: "8"
distribution: adopt
- name: Test with Gradle
run: ./gradlew --no-daemon build