mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
try code coverage reporting on circle
This commit is contained in:
@@ -6,5 +6,5 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
- run: docker build -f ./docker/Dockerfile.testing -t local/pspy-testing:latest .
|
||||
- run: docker build -f ./docker/Dockerfile.testing -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git -t local/pspy-testing:latest .
|
||||
- run: docker run -it local/pspy-testing:latest
|
||||
|
||||
Reference in New Issue
Block a user