From 6f9d400d8bfc9dc653d48bee244db879a222f1b5 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 30 May 2020 23:00:23 +0100 Subject: [PATCH] Rename the Github action --- .github/workflows/docker-image.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ba7c1f9..a8f3aeb 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,4 +1,4 @@ -name: Docker Image +name: Build and Test on: push: @@ -40,7 +40,7 @@ jobs: run: docker build . --tag rove:$(date +%s) - name: Deploy docker-compose - run: docker-compose up --build + run: docker-compose up --build --detach - name: Run integration tests run: go test ./... -tags integration diff --git a/README.md b/README.md index e29731c..3765187 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ This repository is a growing document as well as the source code repository for Build Status ------------ -![Go And Tests](https://github.com/mdiluz/rove/workflows/Go%20And%20Tests/badge.svg) ![Docker Image](https://github.com/mdiluz/rove/workflows/Docker%20Image/badge.svg) +![Build and Test](https://github.com/mdiluz/rove/workflows/Build%20and%20Test/badge.svg)