File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 2121 - " *"
2222 - lts/*
2323 - lts/-1
24+ bundle :
25+ - " true"
26+ include :
27+ - node-version : " *"
28+ bundle : " false"
29+
30+ name : Test Node ${{ matrix.node-version }} with --bundle=${{ matrix.bundle }}
2431
2532 steps :
2633 - uses : actions/checkout@v3
3239 - run : npm ci
3340
3441 - name : Tests
35- run : npm test
42+ run : npm run test -- --bundle=${{ matrix.bundle }}
3643
3744 lint :
3845 runs-on : ubuntu-latest
6875 - name : Validate the browser can import TypeScript
6976 run : gulp test-browser-integration
7077
78+ typecheck :
79+ runs-on : ubuntu-latest
80+
81+ steps :
82+ - uses : actions/checkout@v3
83+ - uses : actions/setup-node@v3
84+ with :
85+ node-version : " *"
86+ check-latest : true
87+ - run : npm ci
88+
89+ - name : Build src
90+ run : npx hereby build-src
91+
92+
7193 misc :
7294 runs-on : ubuntu-latest
7395
You can’t perform that action at this time.
0 commit comments