mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 17:50:52 +03:00
ci: Increase timeout for DB tests (no-changelog) (#6221)
This commit is contained in:
parent
b9779c3293
commit
1b1dc0e655
4
.github/workflows/ci-postgres-mysql.yml
vendored
4
.github/workflows/ci-postgres-mysql.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 60
|
||||
|
||||
env:
|
||||
DB_MYSQLDB_PASSWORD: password
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
with:
|
||||
compose-file: ./.github/docker-compose.yml
|
||||
|
||||
- name: Build Core & Workflow
|
||||
- name: Build Core, Workflow, and CLI
|
||||
run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n build
|
||||
|
||||
- name: Test MySQL
|
||||
|
Loading…
Reference in New Issue
Block a user