Skip to content

Commit 0b1e5ac

Browse files
authored
Add maven workflow (#3)
* add: maven workflow dispatch * chore: cd into android/ios * chore: cd into android/ios and npm install * update: localSample.app cli arg
1 parent a30727a commit 0b1e5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sanity-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cd android
6464
npm install
65-
npm run sample-local-test
65+
npm run sample-local-test -- --browserstack.app "./LocalSample.apk"
6666
6767
- name: Run sample ios tests
6868
run: |
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
cd ios
7676
npm install
77-
npm run sample-local-test
77+
npm run sample-local-test -- --browserstack.app "./LocalSample.ipa"
7878
7979
- if: always()
8080
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975

0 commit comments

Comments
 (0)