From d5c4ac8a1584d9b9d95d95645a4f6e9ccf08cb7a Mon Sep 17 00:00:00 2001 From: Christopher Chianelli Date: Wed, 26 Jun 2024 11:20:09 -0400 Subject: [PATCH] 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. --- .github/workflows/downstream_python_enterprise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream_python_enterprise.yml b/.github/workflows/downstream_python_enterprise.yml index d3388c9..417bd54 100644 --- a/.github/workflows/downstream_python_enterprise.yml +++ b/.github/workflows/downstream_python_enterprise.yml @@ -147,7 +147,7 @@ jobs: - name: Quickly Build timefold-solver-enterprise working-directory: ./timefold-solver-enterprise shell: bash - run: mvn -B -Dquickly clean verify + run: mvn -B -Dquickly clean install - name: Build with Maven to install parent poms for python build working-directory: ./timefold-solver-python run: mvn -B --fail-at-end clean install