Skip to content

Commit

Permalink
update fluentci.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 29, 2024
1 parent ea3debd commit 4050c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fluentci/fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ env = ["POSTGRES_USER=postgres", "POSTGRES_DB=s2"]
name = "Test web server"
command = [
"./bin/main 8001 &",
"curl --silent localhost:8001/time | grep \"The current time is\"",
"curl --silent localhost:8001/time | grep 'The current time is'",
]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Test web server
run: |
./bin/main 8001 &
curl --silent localhost:8001/time | grep "The current time is"
curl --silent localhost:8001/time | grep 'The current time is'

0 comments on commit 4050c41

Please sign in to comment.