From 91109957b28b526c2ac7048ce0f2eb8ec65e5681 Mon Sep 17 00:00:00 2001 From: Markus Frohme Date: Sun, 25 Feb 2024 18:16:50 +0100 Subject: [PATCH] invoker-plugin: install before testing --- .github/workflows/ci.yml | 4 ++-- distribution/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc468107e..bd3b699af7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: mvn -B install -DskipTests cd $GITHUB_WORKSPACE - name: Run Maven - run: mvn -B install site -Pintegration-tests,code-analysis,bundles,jlink -Dinvoker.streamLogs=true + run: mvn -B install site -Pintegration-tests,code-analysis,bundles,jlink platform-integration: name: "Platform Integration (JDK: ${{ matrix.jdk }}, OS: ${{ matrix.os }})" needs: [ tests-and-analysis ] @@ -86,7 +86,7 @@ jobs: mvn -B install -DskipTests cd $GITHUB_WORKSPACE - name: Run Maven - run: mvn -B install -Pjlink -Dinvoker.streamLogs=true + run: mvn -B install -Pjlink coverage: name: "Coverage" needs: [ platform-integration ] diff --git a/distribution/pom.xml b/distribution/pom.xml index 49c01a1567..391a0d5b10 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -242,8 +242,8 @@ limitations under the License. - integration-test - verify + install + run