Skip to content

Support for flaky tests #12

@taman9333

Description

@taman9333

I have integrated GitHub Test Reporter into my GitHub CI. My application is written in Golang, and it has some flaky tests. I added the following job to detect flaky tests:

- name: Post PR Comment
  run: npx github-actions-ctrf flaky ctrf-report.json --pull-request
  if: always()
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

However, I keep getting the following result:

No flaky tests detected. ✨

I suspect that the flaky flag might not be supported. Am I wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions