From a5dbe430c1483ddbb800244200f26e37277d6d9e Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Thu, 13 Jan 2022 21:11:18 +0200 Subject: [PATCH] fix integration tests --- .github/workflows/integration-tests.yml | 1 + .github/workflows/nightly.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 45ba07cd8e9..5509b337503 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -43,6 +43,7 @@ jobs: STOPPED_ENGINE_NAME: ${{ steps.setup.outputs.stopped_engine_name }} STOPPED_ENGINE_URL: ${{ steps.setup.outputs.stopped_engine_url }} API_ENDPOINT: "api.dev.firebolt.io" + ACCOUNT_NAME: "firebolt" run: | pytest -o log_cli=true -o log_cli_level=INFO tests/integration diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e647a380a79..8f396d0a008 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -51,6 +51,7 @@ jobs: ENGINE_URL: ${{ steps.setup.outputs.engine_url }} STOPPED_ENGINE_NAME: ${{ steps.setup.outputs.stopped_engine_name }} STOPPED_ENGINE_URL: ${{ steps.setup.outputs.stopped_engine_url }} + ACCOUNT_NAME: "firebolt" API_ENDPOINT: "api.dev.firebolt.io" run: | pytest -o log_cli=true -o log_cli_level=INFO tests/integration