-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to use GraphQL endpoint with Github Actions? #549
Comments
It doesn't support graphql endpoints, only files. I will try to implement it today. |
Why do you want to compare it against a deployed GraphQL endpoint and not the master branch? |
Well, technically I could also checkout master branch in a PR and generate the Note that the error message I'm getting states that the config file could not be found. Or this error message is very misleading, or (more likely) there is more that needs to be fixed than implementing endpoint comparisons. |
@kamilkisiela any clue why it says it can't find my config file? |
it will be possible with in next version |
|
I am trying to configure a github action, but I'm not winning.
Previously, we ran the cli version of this package in CLI like so:
That worked fine.
What I'm now trying, using Actions, is the following:
My config file:
However, this fails every time I try, with the following output:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: