Skip to content

add test frontend and automatic configuration #43

add test frontend and automatic configuration

add test frontend and automatic configuration #43

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Maven verify
run: mvn verify -P dev