From d19102fbc5ad9bd43f100588c2a6a1bfa025c1d3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 6 May 2023 14:28:30 +0300 Subject: CI: use Maven Wrapper --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93146645..54345f6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: cache: "npm" - run: npm install - name: Run tests - run: mvn -P${{ matrix.profile }} clean package + run: ./mvnw -P${{ matrix.profile }} clean package - uses: mikepenz/action-junit-report@v2 with: report_paths: "**/target/surefire-reports/TEST-*.xml" -- cgit v1.2.3