Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspector Report Displays in Incorrect Check Suite #2832

Open
4 tasks
guillaume-mindflow opened this issue Dec 4, 2024 · 0 comments
Open
4 tasks

Inspector Report Displays in Incorrect Check Suite #2832

guillaume-mindflow opened this issue Dec 4, 2024 · 0 comments

Comments

@guillaume-mindflow
Copy link

Issue workflow progress

Progress of the issue based on the
Contributor Workflow

  • 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox

    Make sure to fork this template and run pnpm generate in the terminal.

    Please make sure the Codegen and plugins version under package.json matches yours.

  • 2. A failing test has been provided
  • 3. A local solution has been provided
  • 4. A pull request is pending review

Describe the bug

The GitHub Action defined in one Check Suite is incorrectly being reported under a different Check Suite.

To Reproduce Steps to reproduce the behavior:

  1. Create two ci.yml files to define separate workflows:
    1.1. One workflow that runs on push and performs specific checks.
    1.2. Another workflow that runs on pull_request and includes a GraphQL Inspector job.
  2. Open a pull request (PR) and wait for the workflows to execute.
  3. Navigate to the Checks tab in the PR.
  4. You will notice that the report appears under the first workflow suite, even though the job was executed as part of the second workflow suite.

Here is the definition of my job:
image
Here is the what I see on GitHub:
Screenshot 2024-12-04 at 15 12 18

Expected behavior

The report should appear in the correct Check Suite—the one responsible for executing the job.

Environment:

  • OS:
  • @graphql-inspector/...:
  • graphql:
  • NodeJS:

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant