Set Protocol Builder URL environment variable
This commit is contained in:
parent
af05a97b3e
commit
acd880c405
|
@ -21,6 +21,9 @@ install:
|
|||
- export PATH=$PATH:$HOME/.local/bin;
|
||||
- pipenv install
|
||||
|
||||
env:
|
||||
- PB_BASE_URL='workflow.sartography.com'
|
||||
|
||||
script:
|
||||
- pipenv run coverage run -m pytest
|
||||
- pipenv run coverage xml -i
|
||||
|
|
Loading…
Reference in New Issue