diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e94081f03..18c2711b3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,4 +25,7 @@ jobs: cache: npm cache-dependency-path: package.json - run: npm install --omit=optional - - run: npm run test:all + - if: runner.os != 'Windows' + run: npm run test:all + - if: runner.os == 'Windows' + run: npm run ci:prepare && npm run cd:docs build && npm run ci:post