-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate install-unittesting action input
1. Allowing to not install UnitTesting is odd as tests won't run without it. 2. Installing a version which is unrelated with current action revision is also odd and confusing. If a certain version is desired for CI, it can be selected via `SublimeText/UnitTesting/actions/setup@<revision>`. The `setup` action always installs the UnitTesting package, which is bundled with the action's revision, if UnitTesting is not the checked out package or hasn't been installed as extra-package. That's possible as the action is part of UnitTesting package. The package doesn't need to be re-downloaded.
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 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
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