run test suite and editor preview for all PRs--internal and external#1524
Merged
SFJohnson24 merged 2 commits intomainfrom Jan 12, 2026
Merged
run test suite and editor preview for all PRs--internal and external#1524SFJohnson24 merged 2 commits intomainfrom
SFJohnson24 merged 2 commits intomainfrom
Conversation
gerrycampion
requested changes
Jan 9, 2026
Comment on lines
+11
to
+15
| inputs: | ||
| pr_number: | ||
| description: "PR number to test (leave empty for current branch)" | ||
| required: false | ||
| type: string |
Collaborator
There was a problem hiding this comment.
i think we should add this to test_unit as well
Collaborator
Author
There was a problem hiding this comment.
@gerrycampion #1519 this PR resolves the unit tests for outside PRs. Our unit tests dont make any API calls but the config service wants one when it is initialized. If we give the unit tests a fakekey, they run appropriately for all internal and external PRs
gerrycampion
approved these changes
Jan 11, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 grabs the PR reference in the CI and passes it to test suite and the selenium e2e testing. It then uses that to checkout the code for the test suite/editor preview run. I also allowed manual dispatch of these actions with PR reference #'s, you can leave this blank and it will run it on the current branch that is selected or give it a particular PR (internal or external)