Skip to content

Commit

Permalink
1837: Added test settings for metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Aug 26, 2024
1 parent ddfbf0c commit 7dfeab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ jobs:
MYSQL_DATABASE: db_test
MYSQL_ROOT_PASSWORD: password
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
redis:
image: 'redis:6'
ports:
- '6379'
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 4 additions & 0 deletions config/packages/itkdev_metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ itkdev_metrics:
extensions:
opcache: false
apcu: false

when@test:
adapter:
type: memory

0 comments on commit 7dfeab3

Please sign in to comment.