Skip to content

build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 #90

build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1

build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 #90

Workflow file for this run

name: Pull request check
on:
pull_request:
jobs:
build:
name: Pull request check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout from Git
with:
fetch-depth: 0
- uses: actions/setup-java@v3
name: Setup Java
with:
distribution: 'temurin'
java-version: '11'
cache: maven
- name: Run tests
run: ./mvnw --no-transfer-progress verify