We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6d37f commit bad224aCopy full SHA for bad224a
1 file changed
.github/workflows/ci.yml
@@ -35,8 +35,13 @@ jobs:
35
working-directory: global-template/docgen
36
run: npm run check
37
- name: Unit and integration tests
38
+ if: runner.os != 'Windows'
39
40
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
45
- name: Installer dry run
46
run: node install.mjs --dry-run --no-link-cli
47
- name: Upload exact CI source
0 commit comments