Story on how to use Wiremock to run CI on Github with Github Actions
This story setup a basic Django project using Docker and Docker Compose and then use Wiremock to run tests against a stubbed external API, both locally and on Github via Github Actions.
Prerequisites
I won't be …