From c9924db65fdf3e5b4e54264f0fb9e2bcafd97609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fabr=C3=ADcio=20De=20Llamas?= <80655200+dellamas@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:58:39 -0300 Subject: [PATCH] Issue 868 reenable tests on windows (#1166) * Reenable tests on Windows Issue 868 * Revert "Reenable tests on Windows" This reverts commit 6393e0cc36d083d764dcd2e7a0c3cf8ad94ac798. * Reenable tests on Windows Issue 868 * Revert "Reenable tests on Windows" This reverts commit c7805040069a93d22d092fae8190f65b6bac5116. * Reenable tests on Windows Issue 868 (cherry picked from commit 48f068fe9d7e85393608007b422234fd17a3bbac) --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25a0f426e..84bae2002 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ + ubuntu-latest, + windows-latest + ] java: [ { 'version': '17' }, { 'version': '21' } @@ -54,7 +57,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ + ubuntu-latest, + windows-latest + ] java: [ { 'version': '17' }, { 'version': '21' }