Skip to content

fix(deps): update spring boot #99

fix(deps): update spring boot

fix(deps): update spring boot #99

name: open-api-spring-boot
on:
push:
paths:
- "open-api-spring-boot/**"
branches: [main]
pull_request:
paths:
- "open-api-spring-boot/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: open-api-spring-boot Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "open-api-spring-boot"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 17
distribution: "zulu"
cache: "maven"
- name: Build and analyze
run: ./mvnw clean verify