Skip to content

This is a demo project to learn how GitHub CI works and write my workflow according to the project.

Notifications You must be signed in to change notification settings

rudSarkar/github-ci-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github CI Workflow

Basically this is a simple workflow that will run tests on the code when any commit pushes to the repository. I used Node.js with express and for tests I used chai, chai-http and mocha.

What is CI

CI stands for Continuous Integration. It is a process where multiple developers work together contribute to changes code, add feature for a project. It's a DevOps practice. Developers frequently merge code changes in a central repository where the project is build, test and run on the CI server.


Figure: Github Actions CI

About

This is a demo project to learn how GitHub CI works and write my workflow according to the project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published