We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed58b2 commit 3184e52Copy full SHA for 3184e52
.github/workflows/coverage.yml
@@ -7,22 +7,14 @@ jobs:
7
if: github.repository == 'ant-design/pro-components'
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
with:
12
fetch-depth: 1
13
- uses: actions/setup-node@v4
14
15
node-version: 20
16
cache: 'pnpm'
17
- - name: Install pnpm
18
- uses: pnpm/action-setup@v2
19
- with:
20
- version: 10.13.1
21
-
22
- run: pnpm install
23
- if: |
24
- steps.cache-pnpm-cache.outputs.cache-hit != 'true' ||
25
- steps.cache-node-modules.outputs.cache-hit != 'true'
26
- run: pnpm run test:coverage --maxWorkers=1
27
env:
28
CI: true
0 commit comments