mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
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]
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
HYPERGLASS_UI_BUILD_TIMEOUT: 600
|
||||
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue