Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

code changes due to version update and introduce rl code example #475

code changes due to version update and introduce rl code example

code changes due to version update and introduce rl code example #475

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: mvn-verify
on:
push:
branches:
- dev.x
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout git repo
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: 25
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn verify -B -Dmatsim.preferLocalDtds=true -Dmaven.test.redirectTestOutputToFile