From 18b5ce8c1813c232467bc74e10b259799e068ccb Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 7 Aug 2022 10:57:45 +1200 Subject: [PATCH] Add build status to README --- .github/workflows/{test.yml => tests.yml} | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) rename .github/workflows/{test.yml => tests.yml} (98%) diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 98% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml index 5dfbd6a..2006efd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Test +name: Tests on: pull_request: branches: [ develop ] diff --git a/README.md b/README.md index 1dc3a32..9f0bf97 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Mailpit +![Tests](https://github.com/axllent/mailpit/actions/workflows/tests.yml/badge.svg) +![Build status](https://github.com/axllent/mailpit/actions/workflows/release-build.yml/badge.svg) +![Docker builds](https://github.com/axllent/mailpit/actions/workflows/build-docker.yml/badge.svg) +![CodeQL](https://github.com/axllent/mailpit/actions/workflows/codeql-analysis.yml/badge.svg) + Mailpit is an email testing tool for developers. It acts as both an SMTP server, and provides a web interface to view all captured emails.