We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373330b commit 9458b00Copy full SHA for 9458b00
.github/workflows/mobile-sdk-demo-ci.yml
@@ -18,6 +18,11 @@ jobs:
18
node-version-file: .nvmrc
19
- name: Install Dependencies
20
uses: ./.github/actions/yarn-install
21
+ - name: Build dependencies
22
+ shell: bash
23
+ run: |
24
+ yarn workspace @selfxyz/common build
25
+ yarn workspace @selfxyz/mobile-sdk-alpha build
26
- name: Run demo app tests
27
run: |
28
yarn workspace demo-app test
0 commit comments