From 7c8b37a608262eb4e3a11430b7e5346a781f1990 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Thu, 2 Nov 2023 00:25:41 +0400 Subject: [PATCH] Run all tests Signed-off-by: Oleg Kulachenko --- .github/workflows/system-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 75310acf..4136d5cb 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -213,7 +213,7 @@ jobs: timeout-minutes: 120 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m acl --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites/services/s3_gate + source venv.local-pytest/bin/activate && pytest --show-capture=no --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites/services/s3_gate working-directory: neofs-testcases - name: Run all tests for other events