Skip to content

Commit

Permalink
.github: always run tests (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Apr 24, 2024
2 parents 45101a0 + b389c38 commit edfc785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ jobs:
working-directory: neofs-testcases

################################################################
- name: Run Sanity tests for pull requests
- name: Run tests
timeout-minutes: 240
if: github.event_name == 'pull_request'
env:
ALLURE_RESULTS_DIR: ${{ env.ALLURE_RESULTS_DIR }}
run: |
Expand Down

0 comments on commit edfc785

Please sign in to comment.