From 01e7ea1ee24d1c632092f0410b706d57efcd4eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Mon, 16 Dec 2024 17:28:54 +0100 Subject: [PATCH] full dataset test --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa0785f16..fc664324a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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