Skip to content

Commit

Permalink
Check token tests
Browse files Browse the repository at this point in the history
Signed-off-by: MaxGelbakhiani <max@morphbits.io>
  • Loading branch information
MaxGelbakhiani committed Feb 21, 2024
1 parent 06635c7 commit ef1c174
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,22 +206,15 @@ jobs:
working-directory: neofs-dev-env

################################################################
- name: Run Sanity tests for pull requests
timeout-minutes: 120
if: github.event_name == 'pull_request'
env:
ALLURE_RESULTS_DIR: ${{ env.ALLURE_RESULTS_DIR }}
run: |
source venv.local-pytest/bin/activate && pytest --show-capture=no -m "sanity" --alluredir="$ALLURE_RESULTS_DIR" pytest_tests/testsuites
working-directory: neofs-testcases


- name: Run all tests for other events
timeout-minutes: 480
if: github.event_name != 'pull_request'
env:
ALLURE_RESULTS_DIR: ${{ env.ALLURE_RESULTS_DIR }}
run: |
source venv.local-pytest/bin/activate && pytest --alluredir="$ALLURE_RESULTS_DIR" pytest_tests/testsuites
source venv.local-pytest/bin/activate && pytest --alluredir="$ALLURE_RESULTS_DIR" pytest_tests/testsuites/session_token/test_static_session_token_container.py
working-directory: neofs-testcases

- name: Publish to NeoFS
Expand Down

0 comments on commit ef1c174

Please sign in to comment.