Skip to content

Commit

Permalink
fix: Flacky tests rerun: The return of the stampella (#1029)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Отключаем репорт ишуй от флаки тестов, чтоб спокойно снова включить
воркфлоу
  • Loading branch information
Furrior authored Jan 20, 2025
1 parent 84b448d commit 2cd71fd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/rerun_flaky_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,3 @@ jobs:
script: |
const { rerunFlakyTests } = await import('${{ github.workspace }}/tools/pull_request_hooks/rerunFlakyTests.js')
await rerunFlakyTests({ github, context })
report_flaky_tests:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.run_attempt == 2 }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Report flaky tests
uses: actions/github-script@v7
with:
script: |
const { reportFlakyTests } = await import('${{ github.workspace }}/tools/pull_request_hooks/rerunFlakyTests.js')
await reportFlakyTests({ github, context })

0 comments on commit 2cd71fd

Please sign in to comment.