From 9d8855fb197608ae0692d16125282087c9834055 Mon Sep 17 00:00:00 2001 From: Kenner Miner <2798615+KennerMiner@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:36:49 +0900 Subject: [PATCH] fix: fail CI when piped tests fail --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2588f7..d0be79c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: run: pnpm run build - name: Test + shell: bash # The API suite skips itself when no database is reachable, which is # right on a laptop and wrong here: a silent skip in CI is a green # check that proved nothing.