File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/setup-node@v4
1212 with :
1313 node-version-file : .nvmrc
14- cache : pnpm
14+ cache : ' pnpm'
1515 cache-dependency-path : pnpm-lock.yaml
1616 - run : corepack enable
1717 shell : bash
18- # - run: pnpm i
19- # shell: bash
18+ - run : pnpm i
19+ shell : bash
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v4
1919 - uses : ./.github/actions/setup
20- - run : pnpm i
2120 - run : pnpm run lint
2221
2322 test :
2423 runs-on : ubuntu-latest
2524 steps :
2625 - uses : actions/checkout@v4
2726 - uses : ./.github/actions/setup
28- - run : pnpm i
2927 - run : pnpm run test:coverage
3028 - uses : codacy/codacy-coverage-reporter-action@v1
3129 if : github.actor != 'dependabot[bot]'
You can’t perform that action at this time.
0 commit comments