From fea5b1633aa2fc1d68a97adc8c91ccc70e3f51fe Mon Sep 17 00:00:00 2001 From: shortstacked Date: Thu, 15 May 2025 14:50:49 +0100 Subject: [PATCH] feat: Expand DB tests to relevant paths (no-changelog) (#15419) --- .github/workflows/ci-postgres-mysql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index ae536581b4..ea54d91c27 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -8,6 +8,9 @@ on: paths: - packages/cli/src/databases/** - packages/cli/src/modules/*/database/** + - packages/cli/test/integration/** + - packages/cli/test/shared/db/** + - packages/@n8n/db/** - .github/workflows/ci-postgres-mysql.yml - .github/docker-compose.yml pull_request_review: