Skip to content

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0 #999

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0 #999

Workflow file for this run

name: PR build
on:
pull_request:
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Set up JDK 11 for running Gradle
uses: actions/[email protected]
with:
distribution: temurin
java-version: 17
- name: Build and test
run: touch ./local.properties; ./gradlew build javadoc --no-daemon
check_links:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
lycheeVersion: 0.10.3