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 32187a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 0 additions & 1 deletion test/e2e-tooling/caps.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const configs = {

function getCaps(environment, os, runtime) {
const key = environment.toLowerCase() + capitalize(os) + capitalize(runtime);
console.log(key);
const caps = configs[key];

caps.name = `cordova-plugin-advanced-http (${os})`;
Expand Down

0 comments on commit 32187a1

Please sign in to comment.