Skip to content

Commit

Permalink
chore: fix #281 broken builds in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
silkimen committed Dec 15, 2019
1 parent a4f1217 commit 12e8d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: Build test app
run: scripts/build-test-app.sh --android --device
- name: Upload artifact to BrowserStack
if: env.BROWSERSTACK_USERNAME != ""
run: scripts/upload-browserstack.sh --android
- name: Run e2e tests
if: env.BROWSERSTACK_USERNAME != ""
run: scripts/test-app.sh --android --device

0 comments on commit 12e8d19

Please sign in to comment.