forked from jetify-com/devbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Github Action] cli-test: improve naming summary (jetify-com#1448)
## Summary **Motivation** The name summary for `cli-tests` in the Github PR page is: ``` test (false, ubuntu-latest, true, 2.12.0) ``` This isn't very helpful. This PR: - removes the `booleans` and changes their true/false states to explicit names - renames `devbox-json-tests` to `project-tests` for brevity. ## How was it tested? will observe the testscripts pass... Now, it looks like: ``` cli-tests / test (not-main, ubuntu-latest, project-tests, 2.12.0) ``` which is much more understandable.
- Loading branch information
Showing
3 changed files
with
19 additions
and
18 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
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