From 1c9d2d67169d9632284409aef3f9323b2fcb54f8 Mon Sep 17 00:00:00 2001 From: Andrew Savinykh <658865+AndrewSav@users.noreply.github.com> Date: Sat, 25 Sep 2021 12:47:33 +1200 Subject: [PATCH] added workflow for the master branch push and adjusted the badges (#41) --- .github/workflows/master.yml | 19 +++++++++++++++++++ README.md | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/master.yml diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml new file mode 100644 index 0000000..7eadc88 --- /dev/null +++ b/.github/workflows/master.yml @@ -0,0 +1,19 @@ +name: all tests + +on: + push: + branches: master + +jobs: + # Run tests + test: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository and submodules + uses: actions/checkout@v2 + with: + submodules: recursive + + - name: Run all tests + run: make diff --git a/README.md b/README.md index 43530ad..d1f47fe 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Thank you very much. ### Build -[![Build Status](https://travis-ci.com/mailserver2/mailserver.svg?branch=master)](https://travis-ci.com/mailserver2/mailserver) +[![Build Status](https://github.com/mailserver2/mailserver/actions/workflows/master.yml/badge.svg)](https://github.com/mailserver2/mailserver/actions/workflows/master.yml) ### Docker image -[![](https://images.microbadger.com/badges/image/mailserver2/mailserver:latest.svg)](https://microbadger.com/images/mailserver2/mailserver:latest) [![](https://img.shields.io/docker/automated/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/builds/) [![](https://img.shields.io/docker/pulls/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/) [![](https://img.shields.io/docker/stars/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/) [![](https://img.shields.io/badge/bitcoin-donate-green.svg)](https://keybase.io/hardware) +[![](https://images.microbadger.com/badges/image/mailserver2/mailserver:latest.svg)](https://microbadger.com/images/mailserver2/mailserver:latest) [![](https://img.shields.io/docker/automated/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/builds/) [![](https://img.shields.io/docker/pulls/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/) [![](https://img.shields.io/docker/stars/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/) **mailserver2/mailserver** is a simple and full-featured mail server build as a set of multiple docker images, including: