Create a sample java api application with CI/CD
Soopernothing Education and Career DK30 New Year 2022 1 0
Description
It’s been awhile since I’ve set up my own CI/CD pipeline. The last time I truly delved into it was late 2019 and I used gitlab. This time I want to use github actions and create a test pipeline for unit tests. Time permitting, I want to add E2E testing
Estimated Timeframe
Aug 12th - Aug 26th
Week 1 Goal
Have unit tests up and running in github actions. A simple test will do. Something like fizz-buzz.
Week 2 Goal
have an API up and running, with all logic completely tested (as far as the functional core)
Week 3 Goal
Time permitting, I’d like to build E2E tests around the API itself.