ci: Also run MySQL and PG tests when modules have changes in repos or entities (#14170)

This commit is contained in:
Danny Martini
2025-03-25 16:41:48 +01:00
committed by GitHub
parent f5f8abbbec
commit 7fb6eb1488
15 changed files with 21 additions and 20 deletions

View File

@@ -3,9 +3,9 @@ import { Container } from '@n8n/di';
import { mockInstance } from '@test/mocking';
import * as testDb from '@test-integration/test-db';
import { TypeToNumber } from '../entities/insights-shared';
import { TypeToNumber } from '../database/entities/insights-shared';
import { InsightsByPeriodRepository } from '../database/repositories/insights-by-period.repository';
import { InsightsController } from '../insights.controller';
import { InsightsByPeriodRepository } from '../repositories/insights-by-period.repository';
// Initialize DB once for all tests
beforeAll(async () => {