From 46ce4ffdb4c4c6423b3d1d00ed5a3c2d70e4afbb Mon Sep 17 00:00:00 2001 From: Katia Aresti Date: Fri, 26 Jul 2024 11:17:48 +0200 Subject: [PATCH] update pr build --- .github/workflows/pull_requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index eb9b3f25..d07c6884 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -31,7 +31,7 @@ jobs: curl --fail --silent --show-error --retry-all-errors --retry 240 --retry-delay 1 http://localhost:11222/rest/v2/container/health/status > /dev/null - name: JDK 17 Tests - run: mvn -B clean install -Dmaven.test.failure.ignore=true + run: ./mvnw -B clean install -Dmaven.test.failure.ignore=true - name: Test Logs uses: actions/upload-artifact@v4