-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve labels in GitHub action runs
Before: Set up job Run actions/checkout@v3 Use Node.js 18.x Use or update Yarn cache Run yarn --cache-folder=.yarn --frozen-lockfile Run yarn --cache-folder=.yarn build Run yarn --cache-folder=.yarn test Post Use or update Yarn cache Post Use Node.js 18.x Post Run actions/checkout@v3 Complete job After: Set up job Run actions/checkout@v3 Run actions/setup-node@v3 (18.x) Run actions/cache@v3 yarn yarn build yarn test Post Run actions/cache@v3 Post Run actions/setup-node@v3 (18.x) Post Run actions/checkout@v3 Complete job
- Loading branch information
Showing
1 changed file
with
28 additions
and
24 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