fix islands ci setup

This commit is contained in:
Greg Johnston 2024-06-23 17:01:27 -04:00
parent 04e09d2005
commit 7ca810d8bd
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
extend = [ extend = [
{ path = "../cargo-make/main.toml" }, { path = "../cargo-make/main.toml" },
{ path = "../cargo-make/cargo-leptos.toml" },
] ]
[tasks.test-ui]
cwd = "./e2e"
command = "cargo"
args = ["make", "test-ui", "${@}"]