-
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ci): split VS Code build jobs from test jobs
Currently, we build the VS Code extension then immediately test it (except on Linux-x86_64). This is problematic because the .vsix might be missing some files (such as MinGW DLLs) if we build incorrectly. Test the VS Code extension in a separate job. This makes every platform test similar to Linux-x86_64 before this patch.
- Loading branch information
Showing
1 changed file
with
74 additions
and
35 deletions.
There are no files selected for viewing
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