From 0699fae7ea7355693995311e28ea43e87f610b9d Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Fri, 15 May 2026 02:37:03 +0900 Subject: [PATCH] ci(test): rebuild `better-sqlite3` for each matrix node (#9623) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd645785a8..40ef81a932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,6 +168,9 @@ jobs: - name: Install run: pnpm install --frozen-lockfile + - name: Rebuild native bindings for matrix node + run: pnpm rebuild better-sqlite3 + - name: Start Docker Containers run: docker compose up -d --wait --wait-timeout 60