test: fix flaky remote registry test (#7910)

* test: fix flaky remote registry test

* fix

* fix: test

* fix

* fix

* fix

* fix

* fix

* tests: cleanup
This commit is contained in:
shadcn
2025-07-30 12:06:13 +04:00
committed by GitHub
parent cef5af9ed3
commit 0e3d6b24d3
16 changed files with 371 additions and 251 deletions

View File

@@ -8,6 +8,9 @@ jobs:
test:
runs-on: ubuntu-latest
name: pnpm test
env:
NEXT_PUBLIC_APP_URL: http://localhost:4000
NEXT_PUBLIC_V0_URL: https://v0.dev
steps:
- uses: actions/checkout@v3
with: