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 08:05:52 +00:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 53b56dbf0c
commit 61ea6881e0
+2 -1
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 }}