This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 8e0bb2b846eeca413a77a25f59d4e5224f782245
Author: Lukasz Lenart <[email protected]>
AuthorDate: Thu Oct 13 07:25:13 2022 +0200

    Uses Maven wrapper instead of raw Mavenn
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ef75e8b..2730808 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,7 +43,7 @@ jobs:
           distribution: adopt
           java-version: ${{ matrix.java }}
       - name: Build with Maven on Java ${{ matrix.java }}
-        run: mvn -B -V test --no-transfer-progress
+        run: ./mvnw -B -V test --no-transfer-progress
       - name: Apply automerge label
         if: matrix.java == '17' && github.actor == 'dependabot[bot]'
         run: gh pr edit "$PR_URL" --add-label "automerge"

Reply via email to