File tree 5 files changed +83
-2764
lines changed
5 files changed +83
-2764
lines changed Original file line number Diff line number Diff line change 35
35
${{ runner.os }}-
36
36
- name : Install dependencies
37
37
run : |
38
- npm i jest typescript rollup typedoc -g
38
+ npm i jest typescript esbuild typedoc -g
39
39
npm ci
40
40
- name : Test coverage
41
41
run : |
Original file line number Diff line number Diff line change @@ -30,27 +30,11 @@ jobs:
30
30
${{ runner.os }}-
31
31
- name : Install dependencies
32
32
run : |
33
- npm i jest typescript rollup typedoc -g
33
+ npm i jest typescript esbuild typedoc -g
34
34
npm ci
35
- # - name: Test coverage
36
- # run: |
37
- # jest --coverage --ci
38
- # - name: Coveralls Parallel
39
- # uses: coverallsapp/github-action@master
40
- # with:
41
- # github-token: ${{ secrets.github_token }}
42
- # parallel: true
43
- # path-to-lcov: ./coverage/lcov.info # optional (default value)
44
-
45
- # - name: Coveralls Finished
46
- # uses: coverallsapp/github-action@master
47
- # with:
48
- # github-token: ${{ secrets.github_token }}
49
- # parallel-finished: true
50
35
- name : build files, docs
51
36
run : |
52
37
NODE_OPTIONS=--max-old-space-size=9000 npm run build
53
- # # tsc && rollup -c && typedoc && sitedown manual/ -b docs/manual
54
38
- name : Test coverage
55
39
run : |
56
40
npm run test:ci
You can’t perform that action at this time.
0 commit comments