From 9581dc335793b8805dbcbbdf2642fe7ce46c9b83 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 17 Nov 2023 10:28:51 +0530 Subject: [PATCH] mvn release test --- .github/workflows/maven-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 781f444..8d1f95c 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -30,11 +30,11 @@ jobs: server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - - name: Build with Maven - run: mvn -U -B clean package --file pom.xml + # - name: Run Tests + # run: mvn -U clean verify --file pom.xml - - name: Run Tests - run: mvn -U clean verify --file pom.xml + - name: Build with Maven + run: mvn -U -B clean verify package --file pom.xml - name: Set up Apache Maven Central (Overwrite settings.xml) uses: actions/setup-java@v3