From 33860473213e35e9e4ca6725b05342cd3954f15c Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 19 Aug 2025 10:08:05 +0200 Subject: [PATCH] fix: Also run DB tests in CI when any test inside CLI package have changes (#18527) --- .github/workflows/ci-postgres-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 79007604e0..87dc60cc2f 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -7,13 +7,13 @@ on: pull_request: paths: - packages/cli/src/databases/** - - packages/@n8n/db/** - packages/cli/src/modules/*/database/** - packages/cli/src/modules/**/*.entity.ts - packages/cli/src/modules/**/*.repository.ts - packages/cli/test/integration/** - packages/cli/test/shared/db/** - packages/@n8n/db/** + - packages/cli/**/__tests__/** - .github/workflows/ci-postgres-mysql.yml - .github/docker-compose.yml pull_request_review: