Skip to content

feat: Update Spring Boot version, add H2 dependency, and adjust Objec… #1

feat: Update Spring Boot version, add H2 dependency, and adjust Objec…

feat: Update Spring Boot version, add H2 dependency, and adjust Objec… #1

Workflow file for this run

name: Test
on: [ workflow_dispatch, push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify