From e78aa3b65dbeb237c488a93bc5045987d375185d Mon Sep 17 00:00:00 2001 From: IBA-mainframe-dev Date: Thu, 23 May 2024 23:16:55 +0200 Subject: [PATCH] Added mvnw wrapper for unit tests execution --- .github/workflows/hpi-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hpi-builder.yml b/.github/workflows/hpi-builder.yml index 0e96543..23ba789 100644 --- a/.github/workflows/hpi-builder.yml +++ b/.github/workflows/hpi-builder.yml @@ -61,4 +61,4 @@ jobs: cache: maven - name: Run Unit Tests with Maven - run: ./mvn test \ No newline at end of file + run: ./mvnw test \ No newline at end of file