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" }}