Skip to content

Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.5.0 #9

Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.5.0

Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.5.0 #9

name: neo4j-springai CI Build
on:
push:
paths:
- "embeddingstores/neo4j-springai/**"
branches: [main]
pull_request:
paths:
- "embeddingstores/neo4j-springai/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: embeddingstores/neo4j-springai
strategy:
matrix:
distribution: [ 'temurin' ]
java: [ '21' ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
cache: 'maven'
- name: Build and analyze
run: ./mvnw clean verify