Skip to content

Commit

Permalink
updated parameter matrix of build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrehmann committed Dec 11, 2024
1 parent 1e571c1 commit c339cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
java: [11, 13]
module:
- org.matsim.run.**
- org.matsim.episim.**
- org.matsim.run
- org.matsim.episim

steps:
- uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Test module
run: mvn -Dtest=${{matrix.module}} test --batch-mode -Dmatsim.preferLocalDtds=true -Dmaven.javadoc.skip -e
run: mvn -Dtest=${{matrix.module}}.** test --batch-mode -Dmatsim.preferLocalDtds=true -Dmaven.javadoc.skip -e

- name: Generate reports
run: mvn site:site --batch-mode
Expand Down

0 comments on commit c339cb9

Please sign in to comment.