From c6b0aa8aa15e9600585e805f25ac9649396c6c7d Mon Sep 17 00:00:00 2001 From: dextracker Date: Tue, 22 Nov 2022 20:35:44 -0500 Subject: [PATCH] try to get foundry to have the right directory structure by updating it --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 730d48ee65..e06e011f4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,7 +174,7 @@ jobs: - restore_cache: keys: - repo-{{ .Environment.CIRCLE_SHA1 }} - - run: cd contracts/zero-ex && forge remappings + - run: cd contracts/zero-ex && git submodule update --recursive --remote && forge remappings - run: cd contracts/zero-ex && forge test test-publish: resource_class: large