From f8c6d90963f2cbbc3403b05a30ef3d257b7bead5 Mon Sep 17 00:00:00 2001 From: Jakub Jedlicka Date: Sat, 14 Dec 2024 00:48:30 +0100 Subject: [PATCH] Refactor the test disabled by --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index dfe63f78a..9a91858e5 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -38,4 +38,4 @@ jobs: # Need to set UTF-8 as otherwise the cp1252 is used on GH windows runner # TODO revisit this with Windows 2025 when available or when we move testing to JDK 21+ only export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" - mvn help:effective-settings + mvn -B --no-transfer-progress -fae clean verify -f quarkus-cli -D"include.quarkus-cli-tests" -D"ts.quarkus.cli.cmd=$(pwd)\quarkus-dev-cli.bat" -D"gh-action-disable-on-win"