Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions CI Pipeline

This repository was created as part of my QA training to learn Continuous Integration (CI) using GitHub Actions.

The project demonstrates how automated workflows can be configured to execute tests and validate code changes whenever updates are pushed to the repository.

Technologies

  • GitHub Actions
  • YAML
  • Git
  • JavaScript
  • Node.js

Features

  • Continuous Integration (CI)
  • Automated workflow execution
  • Automatic test execution
  • YAML workflow configuration
  • Version control with Git

Project Structure

.github/
└── workflows/
.gitignore
package.json

Workflow

The pipeline automatically runs whenever changes are pushed to the repository.

Typical workflow:

  1. Checkout repository
  2. Install dependencies
  3. Execute automated tests
  4. Report execution status

Skills Demonstrated

  • Continuous Integration
  • GitHub Actions
  • CI Pipelines
  • YAML
  • Git
  • Automation Testing

About

Continuous Integration pipeline using GitHub Actions for automated QA workflows.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors