Skip to content

Ensure consistent behaviour for path and fullPath #90

Ensure consistent behaviour for path and fullPath

Ensure consistent behaviour for path and fullPath #90

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
cache: maven
- run: mvn -B -ntp test