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

Xbox Kernel Code Execution in SystemOS POC Explained 2024/06

 In the Xbox wiki  code execution via Game Script UWP App, it is available currently in Microsoft store which allows the writing and executi...