Skip to content

Commit 12e8d19

Browse files
committed
chore: fix #281 broken builds in forks
1 parent a4f1217 commit 12e8d19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- name: Build test app
5959
run: scripts/build-test-app.sh --android --device
6060
- name: Upload artifact to BrowserStack
61+
if: env.BROWSERSTACK_USERNAME != ""
6162
run: scripts/upload-browserstack.sh --android
6263
- name: Run e2e tests
64+
if: env.BROWSERSTACK_USERNAME != ""
6365
run: scripts/test-app.sh --android --device

0 commit comments

Comments
 (0)