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.