mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
add env for test reporter
This commit is contained in:
committed by
Dominic Breuker
parent
00e2783e2c
commit
5ac0573e41
@@ -7,4 +7,4 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- run: docker build -f ./docker/Dockerfile.testing -t local/pspy-testing:latest .
|
- run: docker build -f ./docker/Dockerfile.testing -t local/pspy-testing:latest .
|
||||||
- run: docker run -it -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git local/pspy-testing:latest
|
- run: docker run -it -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git -e CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID local/pspy-testing:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user