Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Dec 19, 2024
1 parent 7c1cd83 commit 723c649
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- '8083:8083'
- '9015:9015'
options: >
--health-cmd "curl --fail http://localhost:8080/healthz || exit 1" \
--health-interval=5s \
--health-timeout=3s \
--health-cmd "curl --fail http://localhost:8080/healthz || exit 1"
--health-interval=5s
--health-timeout=3s
--health-start-period=30s
outputs:
tests_should_run: ${{ steps.test_check.outputs.tests_should_run }}
Expand Down Expand Up @@ -263,10 +263,10 @@ jobs:
- '8083:8083'
- '9015:9015'
options: >
--health-cmd "curl --fail http://localhost:8080/healthz || exit 1" \
--health-interval=5s \
--health-timeout=3s \
--health-retries=5 \
--health-cmd "curl --fail http://localhost:8080/healthz || exit 1"
--health-interval=5s
--health-timeout=3s
--health-retries=5
--health-start-period=30s
weave_clickhouse:
image: clickhouse/clickhouse-server
Expand Down

0 comments on commit 723c649

Please sign in to comment.