From f6d0b78c16e154bfa55227cd7aba438e03d54ceb Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 20 Sep 2022 08:48:16 +0200 Subject: [PATCH] check files --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e20f5c2911..291611a167 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,6 +110,7 @@ jobs: - attach_workspace: at: . - run: unzip ./persist/dist.zip + - run: ls -la ./apps/remix-ide/src/assets/js/ - restore_cache: keys: - v1-deps-{{ checksum "yarn.lock" }}