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 18f4162 commit a30727aCopy full SHA for a30727a
.github/workflows/sanity-workflow.yml
@@ -52,27 +52,28 @@ jobs:
52
with:
53
node-version: ${{ matrix.node }}
54
55
- - name: Install dependencies
56
- run: npm install
57
-
58
- name: Run sample android tests
59
run: |
60
cd android
+ npm install
61
npm run sample-test
62
63
- name: Run local android tests
64
65
66
npm run sample-local-test
67
68
- name: Run sample ios tests
69
70
cd ios
71
72
73
- name: Run local ios tests
74
75
76
77
78
79
- if: always()
0 commit comments