Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-pyun committed Jun 29, 2019
1 parent 5dd915a commit de5f7cd
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 @@ -4,7 +4,7 @@
#
version: 2
jobs:
test:
build:
docker:
# specify the version you desire here
- image: circleci/node:8
Expand All @@ -21,4 +21,4 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: npm test
- run: npm test

0 comments on commit de5f7cd

Please sign in to comment.