Skip to content

chore(deps): update dependency org.sonarsource.scanner.maven:sonar-ma… #279

chore(deps): update dependency org.sonarsource.scanner.maven:sonar-ma…

chore(deps): update dependency org.sonarsource.scanner.maven:sonar-ma… #279

name: spring-boot-httpClients-web-client-webflux
on:
push:
paths:
- "httpClients/web-client-webflux/**"
branches: [main]
pull_request:
paths:
- "httpClients/web-client-webflux/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "httpClients/web-client-webflux"
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