-
Notifications
You must be signed in to change notification settings - Fork 376
fix(repo): Updating the timeout for nightly-checks job #5500
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
E2E_REACT_DOM_VERSION: '19.1.0' | ||
E2E_REACT_VERSION: '19.1.0' | ||
INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }} | ||
MAILSAC_API_KEY: ${{ secrets.MAILSAC_API_KEY }} |
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.
@jacekradko 😄 My occasional and selective OCD thanks you.
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.
@tmilewski My very omnipresent OCD says you are welcome!
Description
Extending the timeout for the nightly checks job. Also upgraded react to 19.1.0
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change