While I was at home during COVID19 I created a CI for my Online Portfolio using CircleCI. My CI is runs 1 job and it runs my Cypress tests and records it on Cypress Dashboard and it alsos records the snapshot tests using Percy. It was a challenge at first trying to understand YAML so it has taken a lot of runs to get it to run correctly but when it did it was awesome. So now from building this it has given me a better understanding on how a CI works and it has given me more confidence when a create a pull request with new changes and merge to Master that I am not going to break something. You can have a look at the code for my CI file here. I showed a few young adults learning to be testers a walkthough of how my CI works which you can watch here.