-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add sv #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add sv #32
Conversation
If i undersand that correctly |
Running |
main has been updated and should no longer have audit errors, changes to package.json & lockfile can be reverted here |
Updated everything, this should be good to go |
trying to run FAIL addons _tests/drizzle/test.ts [ packages/addons/_tests/drizzle/test.ts ]
Error: Command failed: docker compose up --detach
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
❯ _tests/drizzle/test.ts:20:2
18| if (noDocker) return;
19| const cwd = path.dirname(fileURLToPath(import.meta.url));
20| execSync('docker compose up --detach', { cwd, stdio: 'pipe' });
| ^
21|
22| return () => {
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ |
https://github.com/sveltejs/svelte-ecosystem-ci/actions/runs/16991175280/job/48170676793 passed so docker is available on gh runner. for local runs you either have to exclude sv or start docker until sv suite handles the error more gracefully. |
Adds
sv
, Relates sveltejs/cli#622