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