Skip to content

Commit

Permalink
ci: fix turtle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Mar 25, 2024
1 parent 2ea7182 commit da44dcf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/turtle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ jobs:
with:
repository: TimefoldAI/timefold-solver-benchmarks
path: ./timefold-solver-benchmarks
- name: Build and test timefold-solver-benchmarks
- name: Run and test timefold-solver-benchmarks per example
working-directory: ./timefold-solver-benchmarks
shell: bash
run: mvn -B -DskipJMH -Dquickly clean install

- name: Run the test per example
working-directory: ./timefold-solver-benchmarks/examples
run: mvn -B -DskipJMH -Dai.timefold.solver.benchmarks.examples.turtle=${{matrix.example}} -Dai.timefold.solver.benchmarks.examples.turtle.runTimeLimitMinutes=300 test
run: |
mvn -B -DskipJMH -Dai.timefold.solver.benchmarks.examples.turtle=${{matrix.example}} -Dai.timefold.solver.benchmarks.examples.turtle.runTimeLimitMinutes=300 test

0 comments on commit da44dcf

Please sign in to comment.