Skip to content

Commit

Permalink
chore: pretty names for workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Feb 4, 2020
1 parent 5d0b268 commit 750b682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/setup-node@v1
with:
version: 12.x
- name: install
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: build
- name: Build
run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@master
- name: Install
run: yarn install --frozen-lockfile
- name: test
- name: Test
run: yarn test --ci --coverage
- name: Report
run: |
Expand Down

0 comments on commit 750b682

Please sign in to comment.