add poetry prefixed ui build timeout env var to ci

This commit is contained in:
checktheroads 2021-01-04 00:36:45 -07:00
parent 824a1581af
commit 938ad75435

View file

@ -14,7 +14,7 @@ jobs:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
env:
HYPERGLASS_UI_BUILD_TIMEOUT: 600
POETRY_HYPERGLASS_UI_BUILD_TIMEOUT: 600
steps:
- name: Git Checkout
@ -47,4 +47,4 @@ jobs:
run: poetry run flake8 hyperglass
- name: Run hyperglass
run: ".tests/ga-backend-app.sh"
run: '.tests/ga-backend-app.sh'