-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add grouped updates smoke tests for yarn #76
base: main
Are you sure you want to change the base?
Conversation
0cb2e5d
to
17bb401
Compare
20c4c08
to
eb56caf
Compare
eb56caf
to
df4ba97
Compare
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.
Apologies @bdragon I overlooked reviewing this - it looks like we need to fix a conflict in the run-all script but thanks for adding thorough grouping tests for the different combinations 👍🏻 🚀
@bdragon any idea if the tests this adds are already covered since you put this up? Or does it still add new ones? I don't mind picking it up to fix merge conflicts and get it across the line, but thought I'd doublecheck with you first to see if you think it's still worth doing since you have more context. |
Adds smoke tests for yarn and makes some updates to existing smoke tests along the way.
There's a yarn berry workspaces project in this repo, which led me to think it was being used in the
tests/smoke-yarn-berry-workspaces.yaml
test, but in fact the test was actually running against another repo, https://github.com/dsp-testing/dependabot-core-6432. To avoid confusion, I updated the smoke test to use the workspaces project included in this repo (dependabot/smoke-tests).