Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.6.2 to 5.10.0 #10

Bump org.junit.jupiter:junit-jupiter-api from 5.6.2 to 5.10.0

Bump org.junit.jupiter:junit-jupiter-api from 5.6.2 to 5.10.0 #10

Workflow file for this run

name: Build
on:
workflow_dispatch:
workflow_call:
push:
branches-ignore:
- main
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 11
- name: Build
working-directory: ./checker
run: ./gradlew clean build jacocoTestReport