Skip to content

added database populator and fixed wrong package structure in the ser… #6

added database populator and fixed wrong package structure in the ser…

added database populator and fixed wrong package structure in the ser… #6

Workflow file for this run

name: Master workflow
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install