Skip to content

Commit 2f9801c

Browse files
Update workflow file
1 parent 338ce6e commit 2f9801c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
run: |
8484
cd android
8585
npm run sample-local-test
86+
env:
87+
BROWSERSTACK_APP: "./LocalSample.apk"
8688

8789
- name: Install ios dependencies
8890
run: |
@@ -98,6 +100,8 @@ jobs:
98100
run: |
99101
cd ios
100102
npm run sample-local-test
103+
env:
104+
BROWSERSTACK_APP: "./LocalSample.ipa"
101105

102106
- if: always()
103107
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975

0 commit comments

Comments
 (0)