From 3e164cc075af974f0cec5a0ca3bce52562af5e78 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 13 Jan 2024 07:21:41 -0500 Subject: [PATCH] Run windows-specific test script --- .github/workflows/test.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3b50e406c..5fe240990 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,10 +22,7 @@ jobs: cache: npm cache-dependency-path: package.json - run: npm install --omit=optional - shell: bash - - # if: matrix.os != 'windows-latest' + - if: matrix.os != 'windows-latest' run: npm test - shell: bash - # - if: matrix.os == 'windows-latest' - # run: npm test-windows - # shell: bash + - if: matrix.os == 'windows-latest' + run: npm run test-windows