From 5e940ad20dbdcb0cd99d9beab83a09bad473b43e Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Tue, 24 Oct 2023 19:53:07 +0400 Subject: [PATCH] Remove debug Signed-off-by: Oleg Kulachenko --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1db3a7..c535526 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,6 +55,5 @@ jobs: REPORT_NEOFS_URL: ${{ steps.gh_push_allure_report_to_neofs.outputs.REPORT_NEOFS_URL }} COMBINED_REPORT_DIR: ${{ steps.gh_push_allure_report_to_neofs.outputs.COMBINED_REPORT_DIR }} run: | - echo "$REPORT_NEOFS_URL" source venv/bin/activate && pytest test_downloads.py --base_url="$REPORT_NEOFS_URL" --report_dir="$COMBINED_REPORT_DIR" working-directory: ./tests