mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-05 02:59:27 +02:00
ci: Run Postgres 16 DB tests on a single 8-vCPU runner (#31670)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
53b56dbf0c
commit
61ea6881e0
3
.github/workflows/test-db-reusable.yml
vendored
3
.github/workflows/test-db-reusable.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
migration-cmd: pnpm test:sqlite:migrations
|
||||
collectCoverage: 'false'
|
||||
- name: Postgres 16
|
||||
runner: blacksmith-4vcpu-ubuntu-2204
|
||||
runner: blacksmith-8vcpu-ubuntu-2204
|
||||
test-cmd: pnpm test:postgres:integration:tc
|
||||
migration-cmd: pnpm test:postgres:migrations:tc
|
||||
TEST_IMAGE_POSTGRES: 'postgres:16'
|
||||
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
run: ${{ matrix.test-cmd }}
|
||||
|
||||
- name: Run Migration Tests
|
||||
if: matrix.migration-cmd != ''
|
||||
working-directory: packages/cli
|
||||
run: ${{ matrix.migration-cmd }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user