From ca3b80d8eaf9cd7e886db23fabc80fee665db91d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:21:10 +0530 Subject: [PATCH 1/6] Adds circleci config file --- .circleci/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..0971d2ed2 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,14 @@ +version: 2.1 +orbs: + node: circleci/node@4.1.0 +jobs: + build: + executor: + name: node/default + tag: '14' + steps: + - checkout + - node/with-cache: + steps: + - run: yarn + - run: yarn test From ebadbf2324e0e24083a643b08eaed18560e16d28 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:24:24 +0530 Subject: [PATCH 2/6] circle ci update --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0971d2ed2..69a11564c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,12 @@ version: 2.1 orbs: - node: circleci/node@4.1.0 + node: circleci/node@4.8.2 jobs: - build: + validate: executor: name: node/default tag: '14' steps: - checkout - - node/with-cache: - steps: - - run: yarn + - run: yarn - run: yarn test From fcf3b7d0c7f8ab1d24131fef2c92abd138eca94e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:25:10 +0530 Subject: [PATCH 3/6] circle ci update --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69a11564c..2d97458a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - node: circleci/node@4.8.2 + node: circleci/node@4.1.0 jobs: validate: executor: From 7cc8252db91c91e3e5aac58056db4e204fdb2002 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:26:23 +0530 Subject: [PATCH 4/6] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d97458a7..4cf9de115 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: node: circleci/node@4.1.0 jobs: - validate: + build: executor: name: node/default tag: '14' From e1dd06e84dd6cdd2b009cd0f35f82206c020b7df Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:27:18 +0530 Subject: [PATCH 5/6] circle ci update --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4cf9de115..f4ea800d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: build: executor: name: node/default - tag: '14' + tag: '13' steps: - checkout - run: yarn From ca4cc727e3596e35208c5a45f153dc539c7172c8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:30:48 +0530 Subject: [PATCH 6/6] Updated config.yml --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4ea800d5..f76d6a46f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,9 +3,7 @@ orbs: node: circleci/node@4.1.0 jobs: build: - executor: - name: node/default - tag: '13' + executor: node/default steps: - checkout - run: yarn