Skip to content

Commit

Permalink
Test neofs-adm-config-change
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Sep 14, 2023
1 parent 3749ce7 commit f407936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Checkout neofs-testcases repository
uses: actions/checkout@v3
with:
repository: nspcc-dev/neofs-testcases
ref: 'master'
repository: vvarg229/neofs-testcases
ref: 'neofs-adm-config-change'
path: neofs-testcases

- name: Checkout neofs-dev-env repository
Expand Down Expand Up @@ -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 "network_config" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites
working-directory: neofs-testcases

- name: Run all tests for other events
Expand Down

0 comments on commit f407936

Please sign in to comment.