chore: consolidate CI workflows and add full test suite#47
Merged
Conversation
Contributor
|
As it is "just ci" and the changed definitions need to be in the main branch to have an effect - could you bring that to "main" soonish? |
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.
Type of change
What does this PR do?
Consolidates and fixes the CI/release workflows:
ci.yml: addsworkflow_dispatch(allows manual CI runs from any branch, useful for fork contributors) and runs all 6 test suites instead of onlytest-parsers.tsrelease.yml: replaces both the oldrelease.ymlandpublish-ovsx.ymlwith a single consolidated workflow — one build, one job. Publishes to GitHub Release, Open VSX, and VS Marketplace. Each publish step skips gracefully if the corresponding PAT secret is not set. Adds a guard to ensure the tag is onmainbefore proceeding.publish-ovsx.yml: deleted (superseded byrelease.yml)Related issue
Closes #46
How to test manually
v*tag frommainand verify all three publish steps run (or skip with a warning if PAT absent)Checklist
npm run compilepasses with no new errorsnpx ts-node ...)