File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 6363
6464 - name : Test lint
6565 run : pnpm run test:lint
66- # test-audit:
67- # runs-on: ${{ matrix.os }}
68-
69- # strategy:
70- # matrix:
71- # os: [ubuntu-latest]
72- # node-version: [16.x]
73-
74- # steps:
75- # - name: Clone repository
76- # uses: actions/checkout@v3
77-
78- # - name: Install pnpm
79- 80-
81- # - name: Set node version to 16
82- # uses: actions/setup-node@v2
83- # with:
84- # node-version: 16
85- # cache: 'pnpm'
86-
87- # - name: Install dependencies
88- # run: pnpm install --ignore-scripts
89-
90- # - name: Test audit
91- # run: pnpm audit
9266 test-unit :
9367 runs-on : ${{ matrix.os }}
9468
11488 run : pnpm install --ignore-scripts
11589
11690 - name : Test unit
117- run : npm run test:unit --coverage --maxWorkers=2
91+ run : pnpm run test:unit --coverage --maxWorkers=2
You can’t perform that action at this time.
0 commit comments