Skip to content

πŸ› Bug: update mapper to always use path (#847) #1636

πŸ› Bug: update mapper to always use path (#847)

πŸ› Bug: update mapper to always use path (#847) #1636

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build & test
run: mvn --batch-mode verify --file pom.xml