Skip to content

Hotfix/63 hotfix database and api correction #91

Hotfix/63 hotfix database and api correction

Hotfix/63 hotfix database and api correction #91

Workflow file for this run

name: ci
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "25"
cache: maven
- working-directory: helpmehelpapplication
run: mvn -B test