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