update foundry before tests
This commit is contained in:
committed by
elenadimitrova
parent
0da226872d
commit
8f2a2a6ed0
@@ -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
|
||||
|
Submodule contracts/zero-ex/contracts/deps/forge-std updated: 2a2ce3692b...058d2004ac
@@ -40,7 +40,7 @@
|
||||
"publish:private": "yarn build && gitpkg publish",
|
||||
"rollback": "node ./lib/scripts/rollback.js",
|
||||
"typechain": "typechain --target=ethers-v5 --out-dir='typechain-wrappers' './foundry-artifacts/**/*.json'",
|
||||
"foundry:SU": "git submodule update --init --recursive"
|
||||
"foundry:SU": "git submodule update --recursive --remote"
|
||||
},
|
||||
"config": {
|
||||
"publicInterfaceContracts": "IZeroEx,ZeroEx,FullMigration,InitialMigration,IFlashWallet,IERC20Transformer,IOwnableFeature,ISimpleFunctionRegistryFeature,ITransformERC20Feature,FillQuoteTransformer,PayTakerTransformer,PositiveSlippageFeeTransformer,WethTransformer,OwnableFeature,SimpleFunctionRegistryFeature,TransformERC20Feature,AffiliateFeeTransformer,MetaTransactionsFeature,LogMetadataTransformer,LiquidityProviderFeature,ILiquidityProviderFeature,NativeOrdersFeature,INativeOrdersFeature,FeeCollectorController,FeeCollector,CurveLiquidityProvider,BatchFillNativeOrdersFeature,IBatchFillNativeOrdersFeature,MultiplexFeature,IMultiplexFeature,OtcOrdersFeature,IOtcOrdersFeature,AvalancheBridgeAdapter,BSCBridgeAdapter,CeloBridgeAdapter,EthereumBridgeAdapter,FantomBridgeAdapter,OptimismBridgeAdapter,PolygonBridgeAdapter",
|
||||
|
Reference in New Issue
Block a user