Skip to content

Commit

Permalink
update order
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed Apr 30, 2024
1 parent 6d86d53 commit ac74104
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/verify-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,19 @@ 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
working-directory: ${{matrix.module}}

- name: Upload test
if: ${{matrix.module == 'contribs/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

env:
MAVEN_OPTS: -Xmx2g

Expand Down

0 comments on commit ac74104

Please sign in to comment.