We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eddba5 commit 211d571Copy full SHA for 211d571
1 file changed
.github/workflows/main.yml
@@ -48,7 +48,8 @@ jobs:
48
uses: pnpm/action-setup@v6
49
with:
50
version: latest
51
- run_install: true
+ - name: Install
52
+ run: pnpm install
53
- name: Test
54
run: pnpm test
55
- name: Report
0 commit comments