Skip to content

Commit

Permalink
Bump neofs-rest-gw v0.10.1 -> v0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Sep 10, 2024
1 parent 2e9980f commit df32296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-rest-gw'
version: 'tags/v0.10.1'
version: 'tags/v0.11.0'
file: 'neofs-rest-gw-linux-amd64'
target: 'neofs-testcases/neofs-rest-gw'

Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
env:
ALLURE_RESULTS_DIR: ${{ env.ALLURE_RESULTS_DIR }}
run: |
source venv.pytest/bin/activate && pytest --log-cli-level error --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/tests
source venv.pytest/bin/activate && pytest -s --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/tests/container pytest_tests/tests/payment pytest_tests/tests/failovers pytest_tests/tests/services/rest_gate/test_rest_containers.py
working-directory: neofs-testcases

################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ binaries:

neofs_rest_gw:
repo: 'nspcc-dev/neofs-rest-gw'
version: 'v0.10.1'
version: 'v0.11.0'
file: 'neofs-rest-gw-linux-amd64'

neo_go:
Expand Down

0 comments on commit df32296

Please sign in to comment.