Skip to content

Set up graphql config dev test#10869

Merged
eddeee888 merged 6 commits into
masterfrom
set-up-graphql-config-dev-test
Jun 16, 2026
Merged

Set up graphql config dev test#10869
eddeee888 merged 6 commits into
masterfrom
set-up-graphql-config-dev-test

Conversation

@eddeee888

Copy link
Copy Markdown
Collaborator

Description

This PR sets up dev-test for graphql-config but purposely fails it so we can be sure the implementation in #10840 works.

Related #10840

Type of change

  • Test setup

@changeset-bot

changeset-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 838f08a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

💻 Website Preview

The latest changes are available as preview in: https://pr-10869.graphql-code-generator.pages.dev

"private": true,
"scripts": {
"generate:cjs": "pnpm generate:cjs:single && pnpm generate:cjs:multi && pnpm generate:cjs:multi:project1",
"generate:cjs:multi": "node ../../packages/graphql-codegen-cli/dist/cjs/bin.js --config multi/.graphqlrc.yml || [ $? -eq 1 ]",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a test to assert failure because there is no "default" project.
This will expectedly fail with status 1, but we make it 0 to pass

@eddeee888 eddeee888 merged commit 5fab5b3 into master Jun 16, 2026
16 of 18 checks passed
@eddeee888 eddeee888 deleted the set-up-graphql-config-dev-test branch June 16, 2026 13:06
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

Successfully merging this pull request may close these issues.

1 participant