Thursday 18 November 2021

Lab 9 - Adding Github Actions CI

Github Actions CI

 This week we are implementing Github Actions to our beloved Open source SSG project.

After watching David's videos, it was easier to just use the prebuilt node.js template from Github. We are on long term support for node version 16 so I felt there is no need to fiddle with older versions, because in a year or so they will be obsolate.  The documentation provided here is useful in understanding how to build and test Node.js applications.

The following shows my Github Actions code.

 

 Tests for Partner Repository

I made changes to Xiongye Jiang's repo, and pull request. I added the test for md file conversion to html for <hr> tag as a test case number six.  The following are my changes and Jest tests that i ran before commiting.

Thank you for reading.  Happy coding,

Eugene Chung

No comments:

Post a Comment

What I learned from Project 1 of Udacity's Data Science with Python bootcamp

Introduction As part of the project I completed successfully, I used SQL to explore a database related to movie rentals. SQL queries was ran...