Github Actions
If your repository is hosted on Github, you can use Github Actions to run your tests on Github's infrastructure.
- every time you push changes
- در هر ایجاد درخواست pull
- در زمان مقرر
- توسط یک ماشه دستی
در ریشه مخزن خود، یک دایرکتوری .github/workflows
ایجاد کنید. یک فایل Yaml اضافه کنید، برای مثال /workflows/ci.yaml
. در آنجا نحوه اجرای تست های خود را پیکربندی خواهید کرد.
برای اجرای مرجع به jasmine-boilerplate و اجرا های تست نمونه مراجعه کنید.
.github/workflows/ci.yaml
loading...
Find out in the Github Docs on more information about creating workflow files.