Rename the Github action

This commit is contained in:
Marc Di Luzio 2020-05-30 23:00:23 +01:00
parent 60a3f37f09
commit 6f9d400d8b
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Docker Image name: Build and Test
on: on:
push: push:
@ -40,7 +40,7 @@ jobs:
run: docker build . --tag rove:$(date +%s) run: docker build . --tag rove:$(date +%s)
- name: Deploy docker-compose - name: Deploy docker-compose
run: docker-compose up --build run: docker-compose up --build --detach
- name: Run integration tests - name: Run integration tests
run: go test ./... -tags integration run: go test ./... -tags integration

View file

@ -7,5 +7,5 @@ This repository is a growing document as well as the source code repository for
Build Status 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)