From a63115d9ef706745761c9ff8da07297c54416570 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 26 Feb 2026 07:36:46 +0100 Subject: [PATCH] ci: re-enable tests on Windows --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a8a4f96..d6c4290f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,9 +82,8 @@ jobs: run: pnpm lint - name: pnpm build run: pnpm build - # FIXME: tests hang on Windows since certificate management merge - name: pnpm test - if: ${{ matrix.os != 'windows-latest' && !(github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '22.x') }} + if: ${{ !(github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '22.x') }} run: pnpm test - name: pnpm test:coverage if: ${{ github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} -- 2.43.0