mirror of
https://github.com/standardnotes/app.git
synced 2026-01-16 23:01:30 +00:00
chore: build mobile for pr workflows
This commit is contained in:
parent
bfd56b86ec
commit
e34c5cfb34
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -20,5 +20,7 @@ jobs:
|
|||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: Build Android
|
||||
run: yarn android:bundle
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue