From e794eba079e6545c9f398931dbc8ef9ae0957bf4 Mon Sep 17 00:00:00 2001 From: MehrshadFb Date: Fri, 26 Jun 2026 20:23:18 -0400 Subject: [PATCH] ci: run mobile openapi:check serially to avoid race with format:check --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c936b7d..806410f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,10 +103,9 @@ jobs: - run: npm ci - - run: npm run format:check - background: true - name: Generated API types are up to date run: npm run openapi:check + - run: npm run format:check background: true - run: npm run lint background: true