This repository is used to run integration tests for svelte ecosystem projects
Workflows are sheduled to run automatically every Monday, Wednesday and Friday
pnpm i
pnpm test
to run all suitespnpm test <suitename>
to select a suitetsx ecosystem-ci.ts
You can pass --tag v2.8.0-beta.1
, --branch somebranch
or --commit abcd1234
option to select a specific svelte version to build.
If you pass --release 2.7.13
, svelte build will be skipped and svelte is fetched from the registry instead
The repositories are checked out into workspace
subdirectory as shallow clones
the current utilities focus on pnpm based projects. Consider switching to pnpm or contribute utilities for other pms
Results are posted automatically to #ecosystem-ci
on svelte discord
Server settings > Integrations > Webhooks
and click New Webhook
<github repo>/settings/secrets/actions
and click on New repository secret
Name
as DISCORD_WEBHOOK_URL
Value
Add secret