Skip to content

Hemanth42d/github_actions_practice_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions Practice Application

This repo helps in understanding the Github Actions to use it in continuous integration process I used a simple node js application and created server using express js and used ejs for rendering pages and what the application do is simple add two number and then display the result and later for testing purpose i integrates subtraction of number(to ensure that CI process is going good)

I used github actions to implement continous integration in the repo as shown in ci.yaml file in the .github/workflow directory

On pushing code to this repo building of the node js application will be trigred automatically.

About

In this repo i practiced how to use github actions using a simple nodejs application that has a basic server of addition of two numbers built using express and node js and later do some changes to it to test the CI process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors