mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
test: Configures integration tests to run in src (#19640)
This commit is contained in:
8
.github/docker-compose.yml
vendored
8
.github/docker-compose.yml
vendored
@@ -9,10 +9,6 @@ services:
|
||||
- 3306:3306
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
command: >
|
||||
--wait-timeout=300
|
||||
--interactive-timeout=300
|
||||
--max-connections=200
|
||||
|
||||
mysql-8.4:
|
||||
image: mysql:8.4
|
||||
@@ -23,10 +19,6 @@ services:
|
||||
- 3306:3306
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
command: >
|
||||
--wait-timeout=300
|
||||
--interactive-timeout=300
|
||||
--max-connections=200
|
||||
|
||||
postgres:
|
||||
image: postgres:16
|
||||
|
||||
Reference in New Issue
Block a user