Skip to content

Commit

Permalink
Merge pull request #5 from FalloutFalcon/flakey-tests
Browse files Browse the repository at this point in the history
It better work now
  • Loading branch information
FalloutFalcon authored Sep 20, 2024
2 parents e3ccde6 + 5470304 commit 461996e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rerun_flaky_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions:
actions: write
contents: write
issues: write

jobs:
rerun_flaky_tests:
Expand Down
1 change: 0 additions & 1 deletion tools/pull_request_hooks/rerunFlakyTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {
}

export async function rerunFlakyTests({ github, context }) {
console.log("Flaky Test Checker")
const failingJobs = await getFailedJobsForRun(
github,
context,
Expand Down

0 comments on commit 461996e

Please sign in to comment.