Skip to content

build(deps): Bump org.junit:junit-bom from 5.11.0 to 5.11.1 #864

build(deps): Bump org.junit:junit-bom from 5.11.0 to 5.11.1

build(deps): Bump org.junit:junit-bom from 5.11.0 to 5.11.1 #864

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and test against Neo4j 5
runs-on: ubuntu-latest
env:
NEO4J_OGM_NEO4J_ACCEPT_AND_USE_COMMERCIAL_EDITION: yes
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Run Maven build
run: >
./mvnw --no-transfer-progress clean verify