Skip to content

try make tests run and pass #161

try make tests run and pass

try make tests run and pass #161

Workflow file for this run

name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- name: Build with Maven
run: mvn test --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true