From 938ad754356b4e20040f5be2610280c1ba694fbe Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 4 Jan 2021 00:36:45 -0700 Subject: [PATCH] add poetry prefixed ui build timeout env var to ci --- .github/workflows/backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index a2b421e..ead6128 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -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'