From e7c00cb1e1ee2d52aeb1d3f2af5895c80057fa97 Mon Sep 17 00:00:00 2001 From: Kris Simon Date: Tue, 27 Jan 2026 14:30:07 +0100 Subject: [PATCH] Re-enable Windows build and integration tests --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e5afdc5..2a033c12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -451,10 +451,9 @@ jobs: retention-days: 30 # =========================================================================== - # Windows Build & Test (temporarily disabled) + # Windows Build & Test # =========================================================================== windows: - if: false needs: test name: Windows permissions: @@ -854,10 +853,9 @@ jobs: retention-days: 7 # =========================================================================== - # Integration Tests - Windows (temporarily disabled) + # Integration Tests - Windows # =========================================================================== integration-tests-windows: - if: false needs: [windows] name: Integration Tests - Windows runs-on: windows-latest @@ -1066,7 +1064,7 @@ jobs: # =========================================================================== release: name: Create Release - needs: [linux, macos, integration-tests-linux, integration-tests-macos, documentation] + needs: [linux, macos, windows, integration-tests-linux, integration-tests-macos, integration-tests-windows, documentation] runs-on: ubuntu-latest if: github.ref_type == 'tag' permissions: