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