- Fork this repo into your GitHub account
- Create a new build pipeline on Azure DevOps for Pull Request and connect it to your remote repo
- Create a new branch
- Apply a change
- Create a Pull Request to the master branch
- Check how the pipeline is kick-off and if it's successful
- Change the Build Pipeline status badge with yours
Extra steps:
- Create a new feature branch from master
- Add a new failed test function within the tests\unit_test.py
- E.g. assert 1==2
- Create a new Pull Request to the master branch
- Check how the pipeline fails with the new failed test