Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Jul 18, 2023
1 parent 3239f5f commit c85d3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 500
env:
AWS_EC2_METADATA_DISABLED: "true"
AWS_EC2_METADATA_DISABLED: true
steps:
- name: Checkout neofs-testcases repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -208,7 +208,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 "sanity" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites/services/s3_gate/test_s3_object.py
working-directory: neofs-testcases

- name: Run all tests for other events
Expand Down

0 comments on commit c85d3e4

Please sign in to comment.