Skip to content

Bump org.springframework.boot from 3.2.0 to 3.2.2 #40

Bump org.springframework.boot from 3.2.0 to 3.2.2

Bump org.springframework.boot from 3.2.0 to 3.2.2 #40

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
- name: Install fern
run: npm install -g fern-api
- name: fern generate
run: fern generate
env:
FERN_TOKEN: dummy
- name: Compile
run: ./gradlew compileJava
- name: Unit Test
run: ./gradlew test