mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
ci: Also run MySQL and PG tests when modules have changes in repos or entities (#14170)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user