Skip to content

Commit 4616086

Browse files
authored
Run types and lint checks directly in CI
1 parent ef88309 commit 4616086

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,9 @@ jobs:
5959
JSDBG_TEST_VERSION: insiders
6060
DISPLAY: ':99.0'
6161

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'
62+
- name: npm run test:types
63+
run: npm run test:types
6964

7065
- name: gulp lint
7166
if: ${{ !matrix.only_minspec }}
72-
run: npx gulp lint
67+
run: npm run test:lint

0 commit comments

Comments
 (0)