From ca79025a5721edad3b6b437731ff2086f297ba95 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:41:52 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ca009a..2050640 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,10 @@ workflows: +version: 2 + build_and_test: + jobs: + - build + - test + version: 2.1 jobs: build: @@ -15,7 +21,7 @@ workflows: paths: - node_modules #ça marche jusqu'ici pour l'instant jobsbis: - build: + test: docker: - image: cimg/node:14.15.0 # the primary container, where your job's commands are run auth: