mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Improve DB integration tests (#19597)
This commit is contained in:
8
.github/docker-compose.yml
vendored
8
.github/docker-compose.yml
vendored
@@ -9,6 +9,10 @@ services:
|
||||
- 3306:3306
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
command: >
|
||||
--wait-timeout=300
|
||||
--interactive-timeout=300
|
||||
--max-connections=200
|
||||
|
||||
mysql-8.4:
|
||||
image: mysql:8.4
|
||||
@@ -19,6 +23,10 @@ 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