[tests-only][full-ci] ci: fail ci if there are any invalid suite config#13543
Merged
nirajacharya2 merged 2 commits intomasterfrom Jan 30, 2026
Merged
[tests-only][full-ci] ci: fail ci if there are any invalid suite config#13543nirajacharya2 merged 2 commits intomasterfrom
nirajacharya2 merged 2 commits intomasterfrom
Conversation
8d1bcb6 to
2f4dd18
Compare
a304ac2 to
7484ad2
Compare
8be9abc to
e05d5d7
Compare
8 tasks
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
086d841 to
1120629
Compare
1120629 to
af6cbae
Compare
af6cbae to
fbc4ebd
Compare
|
anon-pradip
approved these changes
Jan 30, 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.



Description
There was a typo in config for playwright tests which made all other playwright tests to not run. This pr fixes that typo and fails if it happens again. This pr also fixes other tests which were merged because the ci was green.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes