Update ci.yml

This commit is contained in:
Pierre Balzack 2025-03-09 08:58:15 -07:00 committed by GitHub
parent cf1823e298
commit 42e996920f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,13 +53,13 @@ jobs:
- name: Jest ReactNative
run: |
cd app/mobile
yarn install
yarn build
yarn jest
- name: Test SDK
run: |
cd app/sdk
yarn install
yarn build
yarn test --silent
- name: Export