Skip to content

Commit 6ccb669

Browse files
committed
Run more tests on Windows
1 parent 9493c6c commit 6ccb669

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,17 +326,17 @@ jobs:
326326
run: ./scripts/prebuilt.js
327327

328328
- name: Run tests
329-
if: runner.os != 'Windows'
329+
# if: runner.os != 'Windows'
330330
run: node scripts/ciTest.js -all
331331

332+
# - name: Run tests (Windows)
333+
# if: runner.os == 'Windows'
334+
# run: node scripts/ciTest.js -mocha -theme -format
335+
332336
- name: Run gentype tests
333337
if: runner.os != 'Windows'
334338
run: make -C jscomp/gentype_tests/typescript-react-example clean test
335339

336-
- name: Run tests (Windows)
337-
if: runner.os == 'Windows'
338-
run: node scripts/ciTest.js -mocha -theme -format
339-
340340
- name: Build playground compiler
341341
if: matrix.build_playground
342342
run: |

0 commit comments

Comments
 (0)