Skip to content

Add GBFS geofencing zones sandbox for graph build time #3981

Add GBFS geofencing zones sandbox for graph build time

Add GBFS geofencing zones sandbox for graph build time #3981

name: Integration test
on:
pull_request:
types:
- labeled
- synchronize
env:
MAVEN_ARGS: "--no-transfer-progress -Dstyle.color=always"
jobs:
run:
runs-on: ubuntu-latest
if: github.repository_owner == 'opentripplanner' && contains( github.event.pull_request.labels.*.name, '+Integration Test' )
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up JDK 25
uses: actions/setup-java@v5
with:
java-version: 25
distribution: temurin
cache: maven
- name: Run integration tests
run: mvn test -P integrationTests