From 9d4a005a1b83324cfeb00ffc00c5bf2c7b97f697 Mon Sep 17 00:00:00 2001 From: MoCipher Date: Fri, 20 Feb 2026 09:42:25 +0100 Subject: [PATCH] ci: include mobile unit tests (React Native) --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0c53d0..03523ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,3 +124,10 @@ jobs: npm ci || true npm test shell: bash + + - name: Run mobile unit tests (React Native) + working-directory: ./mobile + run: | + npm ci || true + npm test + shell: bash