Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.0-m3 #34

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.0-m3

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.0-m3 #34

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