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:
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