Skip to content

fix: replace /data persistence path by /tmp #9

fix: replace /data persistence path by /tmp

fix: replace /data persistence path by /tmp #9

Workflow file for this run

name: Build job
on: push
jobs:
test:
name: Test - Units & Integrations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
cache: maven
- name: Maven test
run: mvn test -B