We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a1d2d commit 6617618Copy full SHA for 6617618
.github/workflows/ci.yml
@@ -42,3 +42,6 @@ jobs:
42
- name: Install dependencies
43
run: pnpm install
44
45
+ - name: Run tests
46
+ run: pnpm run test
47
+
0 commit comments