Skip to content

Commit

Permalink
fix: infra paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrik01 committed Jan 9, 2024
1 parent 6ec3a4a commit a8a9d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fendermint/testing/scripts/common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# cargo make teardown

extend = [
{ path = "../../../infra/scripts/docker.toml" },
{ path = "../../../infra/scripts/cometbft.toml" },
{ path = "../../../infra/scripts/ethapi.toml" },
{ path = "../../../infra/scripts/fendermint.toml" },
{ path = "../../../infra/fendermint/scripts/docker.toml" },
{ path = "../../../infra/fendermint/scripts/cometbft.toml" },
{ path = "../../../infra/fendermint/scripts/ethapi.toml" },
{ path = "../../../infra/fendermint/scripts/fendermint.toml" },
{ path = "./fendermint.toml" },
]

Expand Down

0 comments on commit a8a9d0f

Please sign in to comment.