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 e9db148 commit 5b030a2Copy full SHA for 5b030a2
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
fetch-depth: 0
30
- name: Setup Tools
31
uses: tanstack/config/.github/setup@main
32
+ - name: Test
33
+ run: pnpm test
34
- name: Build
35
run: pnpm build
36
- name: Publish
0 commit comments