-
Fork this repository.
-
yarn install
-
Insert your code into the code-challenges.js file, commit this change, and push it to your forked repository.
-
Go to the Github Actions page for your Repository and select the Node.js CI Tests Workflow.
-
Enter the specific tests you'd like to run (ex. 'Hype Machine'), or leave the value as '.' to run all tests.
-
Wait for the Actions page to refresh and click your newly submitted workflow.
-
Click on the build Job
-
Expand the 'Run npm test' step and see which tests passed (yay) & which tests failed (boo)