Skip to content

Commit

Permalink
1) Fixed whitespace error in CircleCI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobSpectre committed Jul 31, 2020
1 parent b08753c commit 02188ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
steps:
- checkout
- node/install:
install-yarn: true
node-version: latest
install-yarn: true
node-version: latest
- node/install-packages:
cache-path: ~/hack-party/node_modules
override-ci-command: npm install
cache-path: ~/hack-party/node_modules
override-ci-command: npm install
- run: npm run test:unit
workflows:
node-tests:
Expand Down

0 comments on commit 02188ab

Please sign in to comment.