Skip to content

Commit 211d571

Browse files
committed
ci: two steps
1 parent 2eddba5 commit 211d571

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
uses: pnpm/action-setup@v6
4949
with:
5050
version: latest
51-
run_install: true
51+
- name: Install
52+
run: pnpm install
5253
- name: Test
5354
run: pnpm test
5455
- name: Report

0 commit comments

Comments
 (0)