From 12e6af958f737a66881a2b8cf325a56e7543bcb2 Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Thu, 26 Oct 2023 21:24:47 +0200 Subject: [PATCH] Disable Docker tests in CI - Windows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed0719b4b..c8ac23dcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: with: timeout_minutes: 30 max_attempts: 3 - command: mvn -B test + command: mvn -B test -Dtest=!Docker* - name: Upload analysis to SonarCloud if: success() && matrix.os == 'ubuntu-latest' && matrix.java == '11' && !contains(github.ref, 'pull') run: >