-
Notifications
You must be signed in to change notification settings - Fork 16
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
test: add xNUTs to GHA #549
Conversation
command: 'yarn test:nuts:package' | ||
os: ${{ matrix.os }} | ||
preSwapCommands: 'yarn upgrade @salesforce/core; npx yarn-deduplicate; yarn install' | ||
preExternalBuildCommands: 'npm why @salesforce/core --json' |
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.
do we need this, or was it for debugging?
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.
Arguably both. I added it for debugging but it won't harm anything to keep it. That way when tsc fails when building the xNUT repo we can see why, at least for @salesforce/core
. I can remove it though.
QA Notes
✅ : the ext NUTs built/ran/passed on my test PR |
Adds the plugin-packaging NUTs to the test workflow for GHA so we can know if changes to this library will break the plugin.
@W-15534460@