Skip to content

Fix for: Exception occurring when encoding the path containing unwise… #731

Fix for: Exception occurring when encoding the path containing unwise…

Fix for: Exception occurring when encoding the path containing unwise… #731

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master, v3.X, v2.X, v1.X ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: 'maven'
- name: Unit Tests
run: ./mvnw test