We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef88309 commit 4616086Copy full SHA for 4616086
1 file changed
.github/workflows/ci.yml
@@ -59,14 +59,9 @@ jobs:
59
JSDBG_TEST_VERSION: insiders
60
DISPLAY: ':99.0'
61
62
- - name: npm test
63
- run: npm test
64
- timeout-minutes: 12
65
- env:
66
- JSDBG_TEST_VERSION: insiders
67
- JSDBG_USE_NODE_VERSION: ${{ matrix.node_version }}
68
- DISPLAY: ':99.0'
+ - name: npm run test:types
+ run: npm run test:types
69
70
- name: gulp lint
71
if: ${{ !matrix.only_minspec }}
72
- run: npx gulp lint
+ run: npm run test:lint
0 commit comments