DevOps · +8 pointsGitHub 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.
- Create ci.yml workflow
- Add node setup + npm test step
- Push to GitHub
Open Integration Workspace →← All open source tools