sveltejs / svelte-ecosystem-ci

Svelte Ecosystem CI
MIT License
5 stars 4 forks source link

svelte-ecosystem-ci

This repository is used to run integration tests for svelte ecosystem projects

via github workflow

scheduled

Workflows are sheduled to run automatically every Monday, Wednesday and Friday

manually

via shell script

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

how to add a new integration test

the current utilities focus on pnpm based projects. Consider switching to pnpm or contribute utilities for other pms

reporting results

Discord

Results are posted automatically to #ecosystem-ci on svelte discord

on your own server

how to add a discord webhook here