Skip to content

fix(deps): update spring boot #71

fix(deps): update spring boot

fix(deps): update spring boot #71

name: spring-boot-httpClients-boot-restclient
on:
push:
paths:
- "httpClients/boot-restclient/**"
branches: [main]
pull_request:
paths:
- "httpClients/boot-restclient/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "httpClients/boot-restclient"
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: Grant execute permission for mvnw
run: chmod +x mvnw
- name: Build and analyze
run: ./mvnw clean verify