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 30bcf55 commit be84c04Copy full SHA for be84c04
.github/workflows/release.yml
@@ -28,6 +28,8 @@ jobs:
28
fetch-depth: 0
29
- name: Setup Tools
30
uses: tanstack/config/.github/setup@main
31
+ - name: Install Playwright browsers
32
+ run: pnpm exec playwright install chromium
33
- name: Run Tests
34
run: pnpm run test:ci
35
- name: Run Changesets (version or publish)
0 commit comments