Skip to content

Commit 75c2767

Browse files
authored
Update fluentci.toml
1 parent d930108 commit 75c2767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.fluentci/fluentci.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ env = ["CI=true", "NODE_ENV=test"]
3030
[[steps]]
3131
name = "End to End Tests"
3232
command = [
33-
"cd src/client && fluentci run --wasm cypress install && cd ../.. && fluentci run --wasm . e2e",
33+
"cd src/client && fluentci run --wasm cypress install && fluentci run --wasm . e2e",
3434
]
3535

3636
[[steps]]
3737
name = "End to End Tests (Server)"
3838
command = [
3939
"fluentci run --wasm postgres start",
40-
"pkgx psql ---host=localhost -d postgres -U `whoami` -c 'CREATE DATABASE test;'",
40+
"pkgx psql --host=localhost -d postgres -U `whoami` -c 'CREATE DATABASE test;'",
4141
"fluentci run --wasm . server_e2e",
4242
]

0 commit comments

Comments
 (0)