fix: integration tests runner in CI (#919)

This commit is contained in:
Juan Diego García
2026-03-18 15:51:17 -05:00
committed by GitHub
parent 9a2f973a2e
commit 1e396ca0ca
2 changed files with 15 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ services:
garage:
image: dxflrs/garage:v1.1.0
volumes:
- ../../data/garage.toml:/etc/garage.toml:ro
- ./integration/garage.toml:/etc/garage.toml:ro
healthcheck:
test: ["CMD", "/garage", "stats"]
interval: 5s