running sdk tests

This commit is contained in:
Pierre Balzack 2025-03-09 08:39:37 -07:00 committed by GitHub
parent 8c43bd18be
commit e2822f2db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,12 @@ jobs:
cd app/mobile
yarn install
yarn jest
- name: Test SDK
run: |
cd app/sdk
yarn test --silent
- name: Export
uses: actions/upload-artifact@v4
with: