Add plugin-registry PR check to validate new/updated vsx #17027
Labels
area/plugin-registry
area/plugins
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
We do not have an automated check that validates a vs code extension in the plugin-registry
Describe the solution you'd like
We should have a PR check (gh action) that does some basic checks on any new or updated meta.yaml:
Tests should be run ONLY if the PR includes the creation of a new
meta.yaml
file (for a new extension or for a new version of an existing extension).Additional context
The plugin registry has already a PR check that currently verifies that the happy path test workspace starts and e2e test flow doesn't get broken. This issue instead is about running a functional test (not e2e) for new or updated extensions.
Included in epic #15819
The text was updated successfully, but these errors were encountered: