From db3f1a07bd6ff88553c6a5f92ae8a46e8ede76a3 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 31 Aug 2024 17:06:47 +0300 Subject: [PATCH] Update fluentci.toml --- .fluentci/fluentci.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.fluentci/fluentci.toml b/.fluentci/fluentci.toml index 55e1a9e..e292c34 100644 --- a/.fluentci/fluentci.toml +++ b/.fluentci/fluentci.toml @@ -19,9 +19,9 @@ command = [ ] env = ["POSTGRES_USER=postgres", "POSTGRES_DB=s2"] -[[steps]] -name = "Test web server" -command = [ - "./bin/main 8001 &", - "curl --silent localhost:8001/time | grep 'The current time is'", -] +#[[steps]] +#name = "Test web server" +#command = [ +# "./bin/main 8001 &", +# "curl --silent localhost:8001/time | grep 'The current time is'", +#]