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 338ce6e commit 2f9801cCopy full SHA for 2f9801c
.github/workflows/reviewing_changes.yml
@@ -83,6 +83,8 @@ jobs:
83
run: |
84
cd android
85
npm run sample-local-test
86
+ env:
87
+ BROWSERSTACK_APP: "./LocalSample.apk"
88
89
- name: Install ios dependencies
90
@@ -98,6 +100,8 @@ jobs:
98
100
99
101
cd ios
102
103
104
+ BROWSERSTACK_APP: "./LocalSample.ipa"
105
106
- if: always()
107
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
0 commit comments