Skip to content

Commit

Permalink
Rename steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehansen committed Dec 21, 2017
1 parent 31a4500 commit 0d65c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- checkout
- run:
name: install-npm-wee
name: dependencies
command: npm install
- run:
name: install-mocha-junit-reporter
name: install-junit-reporter
command: npm install mocha-junit-reporter
- run:
name: test
Expand Down

0 comments on commit 0d65c10

Please sign in to comment.