forked from mirrors/thatmattlove-hyperglass
add poetry prefixed ui build timeout env var to ci
This commit is contained in:
parent
824a1581af
commit
938ad75435
1 changed files with 2 additions and 2 deletions
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue