Skip to content

Commit

Permalink
add -Dproductized profile for PR checks
Browse files Browse the repository at this point in the history
The productized profile is still needed as there are still some leftovers of it in upstream code that was not removed yet
  • Loading branch information
rgdoliveira committed Apr 4, 2024
1 parent 51f9dcc commit e8344eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
include:
- job_name: kogito-runtimes
repository: kogito-runtimes
env_BUILD_MVN_OPTS: "-Dproductized"
- job_name: kogito-apps
repository: kogito-apps
env_BUILD_MVN_OPTS: "-DskipUI"
env_BUILD_MVN_OPTS: "-DskipUI -Dproductized"
- job_name: serverless-workflow-examples
repository: kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: serverless-workflow-examples/
env_BUILD_MVN_OPTS: "-Dproductized"
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }})
Expand Down

0 comments on commit e8344eb

Please sign in to comment.