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:
Declan Carroll 2026-06-04 09:05:52 +01:00 committed by GitHub
parent 53b56dbf0c
commit 61ea6881e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}