diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ada31a3ba9..d7977f5d6e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -207,7 +207,7 @@ jobs: timeout-minutes: 120 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m "sanity" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no -m "smoke" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events @@ -221,7 +221,7 @@ jobs: - name: Publish to NeoFS id: put_report if: always() && steps.prepare_test_env.outcome == 'success' - uses: nspcc-dev/gh-push-allure-report-to-neofs@master + uses: vvarg229/gh-push-allure-report-to-neofs@fix-debug with: NEOFS_WALLET: ${{ secrets.TEST_RESULTS_WALLET }} NEOFS_WALLET_PASSWORD: ${{ secrets.TEST_RESULTS_PASSWORD }}