diff --git a/.circleci/config.yml b/.circleci/config.yml index ec38db1..0d307b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,8 +11,8 @@ jobs: # a collection of steps command: 'sudo npm install -g npm@latest' - run: name: install-npm-wee - command: npm install --dev + command: 'npm install --dev' - run: # run tests name: test - command: 'gulp' + command: 'gulp test' \ No newline at end of file