Skip to content

Commit 39b7ab6

Browse files
authored
chore: make the pull request CI consistent with the release CI (#1332)
1 parent 95d98af commit 39b7ab6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,21 @@ jobs:
4040

4141
- name: Build and test timefold-solver
4242
run: mvn -B verify
43+
java_full:
44+
name: "Java Solver (with flag -Dfull)"
45+
runs-on: ubuntu-latest
46+
timeout-minutes: 120
47+
steps:
48+
- uses: actions/checkout@v4
49+
50+
- uses: actions/setup-java@v4
51+
with:
52+
java-version: 21
53+
distribution: 'temurin'
54+
cache: 'maven'
55+
56+
- name: Build and test timefold-solver using flag -Dfull
57+
run: mvn -Dfull -B verify
4358
python:
4459
name: "Python Solver"
4560
concurrency:

0 commit comments

Comments
 (0)