Skip to content

Commit 894069f

Browse files
chore(ci): tweak gha job names
1 parent 16252dd commit 894069f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
name: Run Unit Tests
7+
name: Unit Tests
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
@@ -14,7 +14,7 @@ jobs:
1414
run: yarn test
1515

1616
docs:
17-
name: Verify that docs can be generated
17+
name: Docs can be generated
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
2424
run: yarn docs
2525

2626
test_downstream:
27-
name: Verify that downstream projects still work
27+
name: Downstream projects still work
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)