Skip to content

Commit

Permalink
Update fluentci.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr authored Aug 31, 2024
1 parent 4050c41 commit db3f1a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .fluentci/fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
#]

0 comments on commit db3f1a0

Please sign in to comment.