We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d930108 commit 75c2767Copy full SHA for 75c2767
.fluentci/fluentci.toml
@@ -30,13 +30,13 @@ env = ["CI=true", "NODE_ENV=test"]
30
[[steps]]
31
name = "End to End Tests"
32
command = [
33
- "cd src/client && fluentci run --wasm cypress install && cd ../.. && fluentci run --wasm . e2e",
+ "cd src/client && fluentci run --wasm cypress install && fluentci run --wasm . e2e",
34
]
35
36
37
name = "End to End Tests (Server)"
38
39
"fluentci run --wasm postgres start",
40
- "pkgx psql ---host=localhost -d postgres -U `whoami` -c 'CREATE DATABASE test;'",
+ "pkgx psql --host=localhost -d postgres -U `whoami` -c 'CREATE DATABASE test;'",
41
"fluentci run --wasm . server_e2e",
42
0 commit comments