From e328400fcd741e437ffb61ebb887005ca027f65e Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:21:54 +0100 Subject: [PATCH] ci: Remove Allure from integration tests It may accidentally expose the password when a test fails. --- .github/workflows/integration-tests.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8e97d67e5c7..2ded0057811 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -77,19 +77,4 @@ jobs: API_ENDPOINT: "api.${{ inputs.environment }}.firebolt.io" ACCOUNT_NAME: "developer" run: | - pytest -n 6 --dist loadgroup --timeout_method "signal" -o log_cli=true -o log_cli_level=INFO tests/integration --alluredir=allure-results - - - name: Get Allure history - uses: actions/checkout@v2 - if: always() - continue-on-error: true - with: - ref: gh-pages - path: gh-pages - - - name: Allure Report - uses: firebolt-db/action-allure-report@v1 - if: always() - with: - github-key: ${{ secrets.GITHUB_TOKEN }} - test-type: integration + pytest -n 6 --dist loadgroup --timeout_method "signal" -o log_cli=true -o log_cli_level=INFO tests/integration