Skip to content

Starter repository for DevOps practical 4 lab - Intro to CI with GitHub Actions

License

Notifications You must be signed in to change notification settings

silah/DevOps-P4

 
 

Repository files navigation

DevOp Pipelines - Practical four

Introduction to Continuous Integration (CI) with GitHub Actions

This is the starter repository for practical four of the module DevOps Pipelines. The repository contains a simple Tic Tac Toe game written in JavaScript and utilises the Jest JavaScript testing framework.

Learning outcomes

In this practical exercise you will learn how to:

[x] Add a GitHub workflow to your repository [x] Define build and test jobs [x] Read GitHub Action logs [x] Target different build targets using a build matrix [x] Create build artefacts and share them between jobs [x] Automate pull request reviews using GitHub actions

About

Starter repository for DevOps practical 4 lab - Intro to CI with GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.5%
  • HTML 13.6%
  • CSS 4.9%