try to get foundry to have the right directory structure by updating it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user