Skip to content

fix: add skipFormModel=false to prevent missing model compilation errors #5

fix: add skipFormModel=false to prevent missing model compilation errors

fix: add skipFormModel=false to prevent missing model compilation errors #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn compile -q