From 653ce5225eeccbd622b4011b0c5e1cb861d11498 Mon Sep 17 00:00:00 2001 From: "J. Koster" Date: Mon, 7 Oct 2024 17:18:36 +0200 Subject: [PATCH] Getting crazy. GH build ignores even pluginManagement. Add all the logs scotty --- .github/workflows/deploy-to-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-aws.yml b/.github/workflows/deploy-to-aws.yml index 5c7452a3..c9a0665e 100644 --- a/.github/workflows/deploy-to-aws.yml +++ b/.github/workflows/deploy-to-aws.yml @@ -54,4 +54,4 @@ jobs: TEST_LOGIN_PASSWORD: ${{ secrets.AWS_DEV_LOGIN_PASSWORD }} TEST_LOGIN_URL: ${{ secrets.AWS_DEV_WEB_URL }} run: | - mvn -B -U -Djunit.includedTags=Integration -Djunit.excludedTags=WebUI test + mvn -B -Djunit.includedTags=Integration -Djunit.excludedTags=WebUI test -X