Do not attempt to start hardhat node since CI already started one
This commit is contained in:
parent
9204eef75f
commit
0addcc5740
|
@ -12,9 +12,7 @@ marketplacesuite "Slot reservations":
|
||||||
test "nonce does not go too high when reserving slots",
|
test "nonce does not go too high when reserving slots",
|
||||||
NodeConfigs(
|
NodeConfigs(
|
||||||
# Uncomment to start Hardhat automatically, typically so logs can be inspected locally
|
# Uncomment to start Hardhat automatically, typically so logs can be inspected locally
|
||||||
hardhat: HardhatConfig()
|
hardhat: HardhatConfig.none,
|
||||||
.withLogFile()
|
|
||||||
.some,
|
|
||||||
|
|
||||||
clients:
|
clients:
|
||||||
CodexConfigs.init(nodes=1)
|
CodexConfigs.init(nodes=1)
|
||||||
|
|
Loading…
Reference in New Issue