From e5cc6182103b9b4b86df46431a898028f79653c0 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:49:38 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cf9eba..509b32b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,6 +42,7 @@ jobs: username: henriboulnois password: $DOCKERHUB_PASSWORD steps: + - checkout - run: yarn test workflows: