Rename the Github action
This commit is contained in:
parent
60a3f37f09
commit
6f9d400d8b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -7,5 +7,5 @@ This repository is a growing document as well as the source code repository for
|
||||||
|
|
||||||
Build Status
|
Build Status
|
||||||
------------
|
------------
|
||||||
 
|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue