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 437275c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/turtle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ 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

0 comments on commit 437275c

Please sign in to comment.