Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit d5c4ac8

Browse files
ci: Install the enterprise package in enterprise workflow
Before it only verified the package, which made it unable to be used by the python package. Now it installs it to the local repository.
1 parent 5aa2cbd commit d5c4ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream_python_enterprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Quickly Build timefold-solver-enterprise
148148
working-directory: ./timefold-solver-enterprise
149149
shell: bash
150-
run: mvn -B -Dquickly clean verify
150+
run: mvn -B -Dquickly clean install
151151
- name: Build with Maven to install parent poms for python build
152152
working-directory: ./timefold-solver-python
153153
run: mvn -B --fail-at-end clean install

0 commit comments

Comments
 (0)