From 20d4099c2fd2dba6418d7a9df6e20efa88bac519 Mon Sep 17 00:00:00 2001 From: Darren Murray Date: Mon, 22 Mar 2021 14:19:21 +0000 Subject: [PATCH] ci: fix prepare-test-resources job Signed-off-by: Darren Murray --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 996ead773..557a49c2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,6 +32,7 @@ jobs: prepare-test-resources: executor: go-executor steps: + - checkout - run: make test-resources unit-test: executor: go-executor