Skip to content

Commit

Permalink
Fix CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitlens authored Nov 3, 2020
1 parent f4b6ef4 commit 92e08b3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
version: 2.1
orbs:
node: circleci/[email protected]
jobs:
test:
executor:
name: node/default
steps:
- checkout
- node/install
- run:
command: npm test
workflows:
run-tests:
jobs:
- test
- node/test

0 comments on commit 92e08b3

Please sign in to comment.