-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
canary test adjustments #12233
canary test adjustments #12233
Conversation
✅ Docs Preview ReadyNo new or changed pages found. |
|
commit: |
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
size-limit report 📦
|
branch: | ||
- main | ||
- release-3.13 | ||
- release-4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I unfortunately don't see an easy way around hardcoding these.
inputs: | ||
branches: | ||
description: "Branches to test" | ||
required: true | ||
default: '["main", "release-3.13", "release-4.0"]' | ||
tags: | ||
description: "React and React-DOM versions" | ||
required: true | ||
default: '["canary", "experimental"]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This allows us to manually run against different targets - see https://github.com/apollographql/apollo-client/actions/runs/12394062292 as an example run that only ran against one different branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Leaving this up for review of the whole action.