From 38a66b4ec162b6add46ba1a29a1e9f0f0b9be1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:30:21 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7164d0..4772874 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,7 @@ jobs: username: anthonyjhoiro password: $DOCKERHUB_PASSWORD steps: + - checkout - restore_cache: keys: - npm-v1-lint-{{ checksum "src" }} @@ -51,9 +52,10 @@ jobs: username: anthonyjhoiro password: $DOCKERHUB_PASSWORD steps: - - run: - name: Unit Tests - command: yarn test:ci + - checkout + - run: + name: Unit Tests + command: yarn test:ci workflows: build-workflow: