-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* made sure that yarn install gets called before compile * Add some nice messages * better detection * cleaned up more * more tweaks * remove old checks * let unit tests run without binaries * turn off scenario tests until binaries can be installed * add another rule
- Loading branch information
1 parent
efa5c22
commit b4a70df
Showing
10 changed files
with
156 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,11 +34,14 @@ jobs: | |
run: yarn test | ||
working-directory: Extension | ||
|
||
- name: Run simple vscode unit tests | ||
uses: GabrielBB/[email protected] | ||
with: | ||
run: yarn test --scenario=SingleRootProject | ||
working-directory: Extension | ||
# # NOTE : We can't run the test that require the native binary files | ||
# # yet -- there will be an update soon that allows the tester to | ||
# # acquire them on-the-fly | ||
# - name: Run simple vscode unit tests | ||
# uses: GabrielBB/[email protected] | ||
# with: | ||
# run: yarn test --scenario=SingleRootProject | ||
# working-directory: Extension | ||
|
||
# - name: Run languageServer integration tests | ||
# uses: GabrielBB/[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,11 +34,14 @@ jobs: | |
run: yarn test | ||
working-directory: Extension | ||
|
||
- name: Run simple vscode unit tests | ||
uses: GabrielBB/[email protected] | ||
with: | ||
run: yarn test --scenario=SingleRootProject | ||
working-directory: Extension | ||
# # NOTE : We can't run the test that require the native binary files | ||
# # yet -- there will be an update soon that allows the tester to | ||
# # acquire them on-the-fly | ||
# - name: Run simple vscode unit tests | ||
# uses: GabrielBB/[email protected] | ||
# with: | ||
# run: yarn test --scenario=SingleRootProject | ||
# working-directory: Extension | ||
|
||
# - name: Run languageServer integration tests | ||
# uses: GabrielBB/[email protected] | ||
|
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
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
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
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
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
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
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
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