Skip to content

Bump org.junit-pioneer:junit-pioneer from 1.3.8 to 2.2.0 #148

Bump org.junit-pioneer:junit-pioneer from 1.3.8 to 2.2.0

Bump org.junit-pioneer:junit-pioneer from 1.3.8 to 2.2.0 #148

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
cache: gradle
distribution: microsoft
java-version: 11
- name: Build with Gradle
run: ./gradlew build --scan