ci: Add temporary database setup for performance tests (#4469)

Add temporary database setup for performance tests and assertions for database URL
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-11-08 11:41:01 -03:00 committed by GitHub
commit 7114cc4799
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 1 deletions

View file

@ -2,9 +2,15 @@ name: Run benchmarks
on:
push:
paths:
- "src/backend/base/**"
- "src/backend/tests/performance/**"
branches:
- "main" # or "master"
pull_request:
paths:
- "src/backend/base/**"
- "src/backend/tests/performance/**"
workflow_dispatch:
jobs: