Open GeoffreyPS opened 1 week ago
It looks like it's upset about the graph ref, which would explain why it works fine for the staging/preview environments—they'd have a different graph ref. Can you double check that the graph ref configured for your main environment is set correctly (assuming somewhere in the GHA config)? This is the argument that looks like name@variant
.
If you could provide us that value, it'd help in narrowing down why Rover crashes in this case (instead of providing a helpful error message). Feel free to email that to me at dylan@apollographql.com if you don't want to post it here.
Thanks Dylan. I got with the person who was putting together some of the changes and we had a typo in our graph reference name 🤦
Sorry to distract. We're solved on this matter from our end.
For reference, the graph name had a $
typo so it was <org_name>@$<variant_name>
.
Removing the $
put everything back into working order.
Great, glad you got this sorted! We can keep the issue open, though, since the correct behavior from Rover is to report that typo rather than crashing 😁
Description
We have some members of our team migrating some CI actions from CircleCI to GitHub Actions, and
rover
crashes reliably when publishing our subgraph when executing in the new GHA environment.Strangely, it appears to occasionally succeed when we perform the action on preview/staging environments. However, we do encounter this error nearly universally as part of our main CI workflow for merging into our main branch.
Crash Report
Please let me know if there is any further information you need to debug the issue. Thanks for taking a look.