chore: fix #281 broken builds in forks

This commit is contained in:
Sefa Ilkimen
2019-12-15 05:18:58 +01:00
parent a4f121728c
commit 32187a12fe
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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})`;