From 7ed9789e47840f9ed04c0c5bfedc61008b0ae5c6 Mon Sep 17 00:00:00 2001 From: abouhanifa Date: Sun, 28 Mar 2021 15:00:39 +0200 Subject: [PATCH] :wrench: add circle ci workflow --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16bee27..fb00d27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,4 +21,10 @@ jobs: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - - run: yarn run test \ No newline at end of file + - run: yarn run test + + +workflows: + project_workflows: + jobs: + - test \ No newline at end of file