Try using forge with working-directory flag in CI

This commit is contained in:
elenadimitrova
2022-11-23 13:39:05 +02:00
parent 70d6dd21c0
commit 0356bbc405

View File

@@ -174,8 +174,11 @@ jobs:
- restore_cache:
keys:
- repo-{{ .Environment.CIRCLE_SHA1 }}
- run: forge install --root contracts/zero-ex
- run: forge test --root contracts/zero-ex
- run:
command: git submodule update --init --recursive
- run:
command: forge test
working_directory: ~/project/contracts/zero-ex
test-publish:
resource_class: large
environment: