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:
3
.github/workflows/ci-postgres-mysql.yml
vendored
3
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -66,6 +66,7 @@ jobs:
|
||||
DB_MYSQLDB_CONNECTION_TIMEOUT: 120000
|
||||
DB_MYSQLDB_ACQUIRE_TIMEOUT: 120000
|
||||
DB_MYSQLDB_TIMEOUT: 120000
|
||||
NODE_OPTIONS: '--max-old-space-size=7168'
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
@@ -86,7 +87,7 @@ jobs:
|
||||
mysql:
|
||||
name: MySQL 8.4
|
||||
needs: build
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2204
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2204
|
||||
timeout-minutes: 20
|
||||
env:
|
||||
DB_MYSQLDB_PASSWORD: password
|
||||
|
||||
Reference in New Issue
Block a user