We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255c4c0 commit d21fcabCopy full SHA for d21fcab
.github/workflows/test.yml
@@ -27,5 +27,5 @@ jobs:
27
- name: Install dependencies
28
run: pnpm install
29
30
- - name: Build
31
- run: pnpm build
+ - name: Test
+ run: pnpm test
0 commit comments