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
cd examples/nestjs-apollo-federation-compatibility
pnpm build
pnpm test (script for running fedtest)
I am out of ideas about what I can try to remedy this issue, honestly I don't even know why it happens.
Any help would be appreciated - thanks!
P.S. I am not using the GH action because there is already one for the graphql-yoga package and running multiple compatibility GH actions crates a race condition on the PR report comment.
The text was updated successfully, but these errors were encountered:
Hello 👋 It looks like a weird issue between pnpm and jest. Unsure when I will be able to look into this.
P.S. I am not using the GH action because there is already one for the graphql-yoga package and running multiple compatibility GH actions crates a race condition on the PR report comment.
FYI action will only attempt to comment on the PR if you provide it Github token -> don't specify it it on the other test and it won't be commenting :)
Check this failing CI: https://github.com/dotansimha/graphql-yoga/actions/runs/4512947657/jobs/7947092913?pr=2525#step:10:917.
Same error occurs locally:
Repro steps:
git clone [email protected]:dotansimha/graphql-yoga.git
pnpm i
pnpm build
cd examples/nestjs-apollo-federation-compatibility
pnpm build
pnpm test
(script for running fedtest)I am out of ideas about what I can try to remedy this issue, honestly I don't even know why it happens.
Any help would be appreciated - thanks!
P.S. I am not using the GH action because there is already one for the
graphql-yoga
package and running multiple compatibility GH actions crates a race condition on the PR report comment.The text was updated successfully, but these errors were encountered: