mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 09:00:06 +00:00
running sdk tests
This commit is contained in:
parent
8c43bd18be
commit
e2822f2db6
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user