forked from mirrors/thatmattlove-hyperglass
add ui build timeout env variable to ci
This commit is contained in:
parent
4680f30fca
commit
eadac1ca54
1 changed files with 2 additions and 0 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
||||||
python-version: [3.6, 3.8]
|
python-version: [3.6, 3.8]
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-20.04]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
env:
|
||||||
|
HYPERGLASS_UI_BUILD_TIMEOUT: 600
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git Checkout
|
- name: Git Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue