From 32e9b0e899412b532c81fdd24aba1f169434f88b Mon Sep 17 00:00:00 2001 From: Straw-Etiam Date: Thu, 14 Jan 2021 11:23:45 +0100 Subject: [PATCH] :wrench: add config.yaml --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..dbfd56f --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,7 @@ +version: 2.1 +orbs: + node: circleci/node@3.0.0 +workflows: + node-tests: + jobs: + - node/test