-
Notifications
You must be signed in to change notification settings - Fork 289
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
ci(repo): Add next v13 variant to e2e tests #3431
Conversation
|
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.
Code looks good. Someone with Admin rights would need to remove the old workflow as required and add the two new ones as required afterwards
7afb9d8
to
a9ec71d
Compare
1bdbcd7
to
a838b57
Compare
a838b57
to
95e7e65
Compare
Description
Previously we were only running e2e tests for the next version defined in the package.json file of its template.
With this PR we are adding a configuration to always run the test with an app with latest next@13 and another app with latest next@14
Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change