Skip to content

Commit edb86c2

Browse files
committed
ci: use pnpm ready
1 parent a1cf94c commit edb86c2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,10 @@ jobs:
2323
- name: Setup Node.js and pnpm
2424
uses: ./.github/actions/setup-node-pnpm
2525

26-
- name: Lint code
27-
run: pnpm lint
28-
2926
- name: Install Playwright browsers
3027
run: pnpx playwright install chromium
3128

32-
- name: Run tests
33-
run: pnpm test
34-
35-
- name: Build project
36-
run: pnpm build
29+
- run: pnpm ready
3730

3831
- name: Check build artifacts
3932
run: |

0 commit comments

Comments
 (0)