Skip to content

Commit

Permalink
ci: add victorialogs service for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Oct 30, 2024
1 parent a868de6 commit 80200f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@ jobs:
--health-retries 5
--health-start-period 30s
victorialogs:
image: victoriametrics/victoria-logs:v0.39.0-victorialogs
ports:
- "9428:9428"
options: >-
--name=victorialogs1
--health-cmd "wget -q -O - http://localhost:9428/"
--health-interval 30s
--health-timeout 10s
--health-retries 5
--health-start-period 30s
steps:

- name: Check out CrowdSec repository
Expand Down

0 comments on commit 80200f3

Please sign in to comment.