We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16252dd commit 894069fCopy full SHA for 894069f
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
jobs:
6
test:
7
- name: Run Unit Tests
+ name: Unit Tests
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
@@ -14,7 +14,7 @@ jobs:
14
run: yarn test
15
16
docs:
17
- name: Verify that docs can be generated
+ name: Docs can be generated
18
19
20
@@ -24,7 +24,7 @@ jobs:
24
run: yarn docs
25
26
test_downstream:
27
- name: Verify that downstream projects still work
+ name: Downstream projects still work
28
29
30
0 commit comments