File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- os : [windows-2022, macos-14]
11+ os : [macos-14]
1212 node-version : ['18.x']
1313 test-command :
1414 - npm run test-style
1515 - npm run test-types
1616 - npm run test-unit
1717 - npm run test-macos-key-press
18- exclude :
19- # The `test-style` script is platform-independent, so there is no
20- # value in executing it in multiple operating systems.
21- - os : macos-14
22- test-command : npm run test-style
23- # The `test-types` script is platform-independent, so there is no
24- # value in executing it in multiple operating systems.
25- - os : macos-14
26- test-command : npm run test-types
27- # The `test-macos-key-press` script exercises macOS platform code,
28- # making it inappropriate for Windows environments.
29- - os : windows-2022
30- test-command : npm run test-macos-key-press
3118
3219 steps :
3320 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments