We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4324b commit 3b6982aCopy full SHA for 3b6982a
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
version: latest
23
run_install: true
24
- name: Run Tests
25
- run: npm run ci
+ run: pnpm run ci
26
- name: Upload coverage to Codecov
27
uses: codecov/codecov-action@v1
28
with:
0 commit comments