Skip to content

Commit bad224a

Browse files
test: isolate Windows command shim runtime coverage
1 parent ca6d37f commit bad224a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ jobs:
3535
working-directory: global-template/docgen
3636
run: npm run check
3737
- name: Unit and integration tests
38+
if: runner.os != 'Windows'
3839
working-directory: global-template/docgen
3940
run: npm test
41+
- name: Windows launcher, shim, heartbeat, and timeout tests
42+
if: runner.os == 'Windows'
43+
working-directory: global-template/docgen
44+
run: node --test test/windows-runtime.test.mjs
4045
- name: Installer dry run
4146
run: node install.mjs --dry-run --no-link-cli
4247
- name: Upload exact CI source

0 commit comments

Comments
 (0)