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

Commit 13c1a9c

Browse files
Christopher-Chianellitriceo
authored andcommitted
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 13c1a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/downstream_python_enterprise.yml

+1-1
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)