CSE 270: Software Testing

W06 Activity: Setting up a CI/CD Pipeline with GitHub Actions

Overview

This lab will use GitHub Actions to set up a CI/CD pipeline for the Teton Idaho Chamber of Commerce web site.

A CI/CD pipeline typically has a build stage, one or more test stages and a deploy stage. The pipeline you will set up will look much like this.

Complete the activity below, then answer the quiz questions once the setup is complete.

Instructions

In order to do today's lab, each student must have a free account with GitHub. If you already have an account, skip Step 2: Creating a Repository.

Step 1: Setting up a GitHub Account (if you don't have one already)

Step 2: Creating a Repository

Step 2.1: Setup Github Pages

Github Actions

Step 3: Install the v1.6 website and CI/CD instructions

Step 4: Reviewing the main.yml file

Step 5: Observing the Pipeline

Github build

Completing the assignment

Submission

Return to Canvas and complete the W06 Activity: Setting up a CI/CD Pipeline with GitHub Actions quiz.

Useful Links: