DevOps · +8 points

GitHub Actions

CI/CD built into GitHub — run tests on every push and PR.

Install
mkdir -p .github/workflows
License
MIT
Stars

Integration goal

Create a workflow that runs npm test on push.

  1. Create ci.yml workflow
  2. Add node setup + npm test step
  3. Push to GitHub
Open Integration Workspace →

← All open source tools