We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c552429 + 9193004 commit b7b8f65Copy full SHA for b7b8f65
1 file changed
.github/workflows/test.yml
@@ -10,9 +10,8 @@ jobs:
10
- uses: pnpm/action-setup@v2
11
with:
12
version: 9
13
- run_install: |
14
- - recursive: true
15
- args: [--frozen-lockfile, --strict-peer-dependencies]
+ - name: Install dependencies
+ run: pnpm install --frozen-lockfile
16
- name: exec lint
17
run: pnpm run lint
18
@@ -23,9 +22,7 @@ jobs:
23
22
24
25
26
27
28
29
-
30
- name: exec unit test
31
run: pnpm run test
0 commit comments