Skip to content

Commit

Permalink
.github: s3 gate tests should run upon push to master (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Aug 19, 2024
2 parents 1e3cfa3 + ea423b5 commit a3e6aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ jobs:

- name: Run s3 gw e2e tests
timeout-minutes: 120
if: github.event_name == 'pull_request'
run: |
source venv.pytest/bin/activate && pytest --alluredir=${{ env.ALLURE_RESULTS_DIR }} pytest_tests/tests/services/s3_gate
working-directory: neofs-testcases
Expand Down

0 comments on commit a3e6aae

Please sign in to comment.