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 e89132a commit 9aa8485Copy full SHA for 9aa8485
.github/workflows/sanity-workflow.yml
@@ -62,7 +62,9 @@ jobs:
62
run: |
63
cd android
64
npm install
65
- npm run sample-local-test -- --browserstack.app="./LocalSample.apk"
+ npm run sample-local-test
66
+ env:
67
+ BROWSERSTACK_APP: ./LocalSample.apk
68
69
- name: Run sample ios tests
70
@@ -74,7 +76,9 @@ jobs:
74
76
75
77
cd ios
78
- npm run sample-local-test -- --browserstack.app="./LocalSample.ipa"
79
80
81
+ BROWSERSTACK_APP: ./LocalSample.ipa
82
83
- if: always()
84
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
0 commit comments