From 6d86d53d63d32961be02aa1420f48c885d085e9e Mon Sep 17 00:00:00 2001 From: nkuehnel Date: Tue, 30 Apr 2024 11:14:25 +0200 Subject: [PATCH] upload reference file --- .github/workflows/verify-push.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/verify-push.yaml b/.github/workflows/verify-push.yaml index 6a2fb532999..7c1a391c59c 100644 --- a/.github/workflows/verify-push.yaml +++ b/.github/workflows/verify-push.yaml @@ -97,6 +97,14 @@ jobs: if: ${{matrix.module != 'matsim' || steps.detect-changes.outputs.outside-contribs == 'true'}} run: mvn install --batch-mode --also-make --projects ${{matrix.module}} -DskipTests -Dsource.skip + - name: Upload test + if: ${{matrix.module == 'taxi'}} + uses: actions/upload-artifact@v2 + with: + name: testFile + path: contribs/taxi/test/input/org/matsim/contrib/etaxi/run/RunETaxiScenarioIT/testOneTaxi/output_plans.xml.gz + + - name: Test module if: ${{matrix.module != 'matsim' || steps.detect-changes.outputs.outside-contribs == 'true'}} run: mvn verify --batch-mode -Dmaven.test.redirectTestOutputToFile -Dmatsim.preferLocalDtds=true --fail-at-end -Dsource.skip