Skip to content

build(deps): bump org.springframework.boot from 3.3.1 to 3.3.2 #538

build(deps): bump org.springframework.boot from 3.3.1 to 3.3.2

build(deps): bump org.springframework.boot from 3.3.1 to 3.3.2 #538

Workflow file for this run

name: Test pull requests
on: pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
cache: 'gradle'
distribution: temurin
- name: Run tests
run: ./gradlew clean test
- name: Unit tests results
if: always()
uses: actions/upload-artifact@v4
with:
name: unit-tests-results
path: build/reports/tests