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.
2 parents aeaf43c + 879a45c commit 0d2ecd7Copy full SHA for 0d2ecd7
jekyll/_cci2/sample-config.md
@@ -46,12 +46,12 @@ jobs:
46
steps:
47
- checkout
48
- run:
49
- name: update-npm
+ name: Update npm
50
command: 'sudo npm install -g npm@latest'
51
- restore_cache:
52
key: dependency-cache-{{ checksum "package.json" }}
53
54
- name: install-npm-wee
+ name: Install npm wee
55
command: npm install
56
- save_cache:
57
@@ -64,10 +64,10 @@ jobs:
64
65
66
67
- name: test
+ name: Test
68
command: npm test
69
70
- name: code-coverage
+ name: Generate code coverage
71
command: './node_modules/.bin/nyc report --reporter=text-lcov'
72
- store_artifacts:
73
path: test-results.xml
0 commit comments