-
Notifications
You must be signed in to change notification settings - Fork 245
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 SFDX release candidate every week #3558
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diffed output of diff --git a/plugins b/plugins
index f47c954..6a0ec12 100644
--- a/plugins
+++ b/plugins
@@ -1,30 +1,29 @@
-@oclif/plugin-autocomplete 2.1.2 (core)
+@oclif/plugin-autocomplete 2.1.3 (core)
@oclif/plugin-commands 2.2.10 (core)
-@oclif/plugin-help 5.2.5 (core)
-@oclif/plugin-not-found 2.3.20 (core)
+@oclif/plugin-help 5.2.6 (core)
+@oclif/plugin-not-found 2.3.21 (core)
@oclif/plugin-plugins 2.3.2 (core)
@oclif/plugin-search 0.0.13 (core)
-@oclif/plugin-update 3.1.5 (core)
+@oclif/plugin-update 3.1.6 (core)
@oclif/plugin-version 1.2.1 (core)
-@oclif/plugin-warn-if-update-available 2.0.28 (core)
+@oclif/plugin-warn-if-update-available 2.0.29 (core)
@oclif/plugin-which 2.2.16 (core)
@salesforce/sfdx-plugin-lwc-test 1.0.1 (core)
-alias 2.2.2 (core)
-apex 2.2.0 (core)
-auth 2.7.1 (core)
+apex 2.2.1 (core)
+auth 2.7.3 (core)
community 2.2.3 (core)
-config 1.5.1 (core)
-custom-metadata 2.1.3 (core)
-data 2.3.1 (core)
-info 2.4.4 (core)
+custom-metadata 2.1.5 (core)
+data 2.3.4 (core)
+info 2.4.7 (core)
limits 2.3.5 (core)
-org 2.4.2 (core)
+org 2.4.4 (core)
packaging 1.15.0 (core)
schema 2.3.1 (core)
-sfdx-cli 7.190.2 (core)
-signups 1.4.3 (core)
-source 2.5.4 (core)
+settings 1.4.0 (core)
+sfdx-cli 7.191.1 (core)
+signups 1.4.5 (core)
+source 2.5.5 (core)
telemetry 2.1.1 (core)
-templates 55.4.1 (core)
-trust 2.4.2 (core)
+templates 55.4.4 (core)
+trust 2.4.4 (core)
user 2.3.2 (core) |
This commit extracts the SFDX integration tests into a reusable workflow so that we can test against the SFDX CLI's release candidates. It is intended to provide early warning of breaking changes.
jstvz
force-pushed
the
sfdx-rc-workflow
branch
from
November 15, 2024 22:14
035875e
to
414ef6d
Compare
jstvz
requested review from
vsbharath
and removed request for
TheBitShepherd
November 15, 2024 22:14
These might be a bit crufty.
vsbharath
previously approved these changes
Nov 15, 2024
@vsbharath Ready for re-review. Looks like the integration tests are still failing, but due to the tests themselves rather than the build. We can address those in separate PRs. |
vsbharath
approved these changes
Nov 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR extracts the SFDX integration tests into a reusable workflow so that we can test against the SFDX CLI's release candidates. It is intended to provide early warning of breaking changes.
Edited to add:
docutils
, which is required byrst2ansi