You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently facing an issue while trying to run the iansu/apollo-schema-check-action@v2 in my GitHub Actions workflow. The action is intended to check my GraphQL schema against the specified Apollo graph, but it is encountering an error during execution.
Workflow Configuration:
Here is the relevant portion of the GitHub Actions workflow file where I've implemented the iansu/apollo-schema-check-action@v2:
The specific error message I am encountering when the action runs is as follows:
Error: {}
Expected Behavior:
I expected the iansu/apollo-schema-check-action@v2 to successfully check the GraphQL schema against the specified Apollo graph and provide relevant feedback via comments on pull requests or commits. Additionally, if any schema validation errors are found, the action should fail the workflow due to failOnError: true and show an error message that helps to fix it.
Troubleshooting Attempted:
I verified that the GraphQL schema file backend-schema.graphql is present in the correct location relative to the workflow file.
I made sure that the GitHub Secrets (APOLLO_KEY and GITHUB_TOKEN) are set up correctly and contain the appropriate values.
Request for Assistance:
I kindly request assistance in resolving the issue with the iansu/apollo-schema-check-action@v2 so that I can successfully validate my GraphQL schema against the specified Apollo graph in my GitHub Actions workflow.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
alexmf91
changed the title
Subject: Issue with running iansu/apollo-schema-check-action@v2 in GitHub Actions workflow
Issue with running iansu/apollo-schema-check-action@v2 in GitHub Actions workflow
Jul 28, 2023
Description:
I am currently facing an issue while trying to run the
iansu/apollo-schema-check-action@v2
in my GitHub Actions workflow. The action is intended to check my GraphQL schema against the specified Apollo graph, but it is encountering an error during execution.Workflow Configuration:
Here is the relevant portion of the GitHub Actions workflow file where I've implemented the
iansu/apollo-schema-check-action@v2
:Error Message:
The specific error message I am encountering when the action runs is as follows:
Expected Behavior:
I expected the
iansu/apollo-schema-check-action@v2
to successfully check the GraphQL schema against the specified Apollo graph and provide relevant feedback via comments on pull requests or commits. Additionally, if any schema validation errors are found, the action should fail the workflow due tofailOnError: true
and show an error message that helps to fix it.Troubleshooting Attempted:
I verified that the GraphQL schema file
backend-schema.graphql
is present in the correct location relative to the workflow file.I made sure that the GitHub Secrets (
APOLLO_KEY
andGITHUB_TOKEN
) are set up correctly and contain the appropriate values.Request for Assistance:
I kindly request assistance in resolving the issue with the
iansu/apollo-schema-check-action@v2
so that I can successfully validate my GraphQL schema against the specified Apollo graph in my GitHub Actions workflow.Thank you for your help.
The text was updated successfully, but these errors were encountered: