Skip to content

fix(deps): update togglz.version to v4.4.0 (#879) #52

fix(deps): update togglz.version to v4.4.0 (#879)

fix(deps): update togglz.version to v4.4.0 (#879) #52

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