ci: include mobile unit tests (React Native)
This commit is contained in:
parent
41d0d3d866
commit
9d4a005a1b
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -124,3 +124,10 @@ jobs:
|
|||
npm ci || true
|
||||
npm test
|
||||
shell: bash
|
||||
|
||||
- name: Run mobile unit tests (React Native)
|
||||
working-directory: ./mobile
|
||||
run: |
|
||||
npm ci || true
|
||||
npm test
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue