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 a4f1217 commit 12e8d19Copy full SHA for 12e8d19
.github/workflows/ci.yml
@@ -58,6 +58,8 @@ jobs:
58
- name: Build test app
59
run: scripts/build-test-app.sh --android --device
60
- name: Upload artifact to BrowserStack
61
+ if: env.BROWSERSTACK_USERNAME != ""
62
run: scripts/upload-browserstack.sh --android
63
- name: Run e2e tests
64
65
run: scripts/test-app.sh --android --device
0 commit comments