Skip to content

feat: departureId in PublicTransitEvent and in eqasim_pt.csv (#279) #454

feat: departureId in PublicTransitEvent and in eqasim_pt.csv (#279)

feat: departureId in PublicTransitEvent and in eqasim_pt.csv (#279) #454

Workflow file for this run

name: Maven Test
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 21
- name: Build with Maven
run: mvn test -B -Dmatsim.preferLocalDtds=true