From 578fc64dffc2211fc96383c66fc1d2587d50c9a1 Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Sun, 25 Aug 2024 12:00:08 +0200 Subject: [PATCH] mvn -B verify --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7082669..ea82a2f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,5 @@ jobs: - name: Build with Maven shell: bash run: | - mvn -B package - cat pom.xml + mvn -B verify + cat ./japicmp-testbase/japicmp-test-maven-plugin/target/japicmp/github-job-summary.md >$GITHUB_STEP_SUMMARY