diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f877855e98..952d5b7599 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -40,15 +40,15 @@ jobs: - name: Checkout neofs-testcases repository uses: actions/checkout@v3 with: - repository: nspcc-dev/neofs-testcases - ref: 'master' + repository: vvarg229/neofs-testcases + ref: 'non-owner' path: neofs-testcases - name: Checkout neofs-dev-env repository uses: actions/checkout@v3 with: repository: nspcc-dev/neofs-dev-env - ref: 'feat/make-health-check-not-depend-on-shell' + ref: 'master' path: neofs-dev-env - name: Checkout neofs-node repository @@ -229,7 +229,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 trusted_party_proved --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events