From 75932b49d6d8514248ef37bead7738e88d0e3a36 Mon Sep 17 00:00:00 2001 From: Alex Hyett Date: Fri, 21 May 2021 14:47:55 +0100 Subject: [PATCH] Add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cab0b9..de92d30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WireMock.Net Example Project +![Workflow](https://github.com/alexhyett/wiremock-net-example/actions/workflows/build.yml/badge.svg) + In this project you will learn how to use WireMock.net in your integration tests to mock an external API. For a complete walkthrough see my blog post [Using WireMock.net for Integration Testing](https://www.alexhyett.com/using-wiremock-net-integration-tests/).