Skip to content

Commit

Permalink
full dataset test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Dec 16, 2024
1 parent 708e2c4 commit 01e7ea1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,14 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64

# ==== TESTS ====
- name: Test Full Dataset
run: |
wget https://github.com/motis-project/test-data/raw/aachen/aachen.osm.pbf
wget https://github.com/motis-project/test-data/raw/aachen/AVV_GTFS_Masten_mit_SPNV.zip
${{ matrix.config.emulator }} ./motis config aachen.osm.pbf AVV_GTFS_Masten_mit_SPNV.zip
${{ matrix.config.emulator }} ./motis import
${{ matrix.config.emulator }} ./motis generate
${{ matrix.config.emulator }} ./motis batch
${{ matrix.config.emulator }} ./motis compare -q queries.txt -r responses.txt responses.txt

0 comments on commit 01e7ea1

Please sign in to comment.