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