From c615880f1d7b48eb3f084f6eb14ce6fc58fac974 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Sun, 17 May 2020 21:45:58 +0000 Subject: [PATCH] Debug ci --- apps/remix-ide/ci/browser_tests_chrome.sh | 4 ++-- apps/remix-ide/ci/browser_tests_firefox.sh | 4 ++-- apps/remix-ide/ci/browser_tests_run_deploy.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/remix-ide/ci/browser_tests_chrome.sh b/apps/remix-ide/ci/browser_tests_chrome.sh index 0a4ccd4e6f..d65b10388f 100755 --- a/apps/remix-ide/ci/browser_tests_chrome.sh +++ b/apps/remix-ide/ci/browser_tests_chrome.sh @@ -8,7 +8,7 @@ setupRemixd () { echo 'sharing folder: ' echo $PWD remixd -s $PWD --remix-ide http://127.0.0.1:8080 & - cd .. + cd ../../.. } BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}} @@ -21,7 +21,7 @@ setupRemixd sleep 5 -TESTFILES=$(circleci tests glob "./test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) +TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) npm run nightwatch_local_chrome $TESTFILES echo "$TEST_EXITCODE" diff --git a/apps/remix-ide/ci/browser_tests_firefox.sh b/apps/remix-ide/ci/browser_tests_firefox.sh index 0467618ab0..2f05934d9c 100755 --- a/apps/remix-ide/ci/browser_tests_firefox.sh +++ b/apps/remix-ide/ci/browser_tests_firefox.sh @@ -8,7 +8,7 @@ setupRemixd () { echo 'sharing folder: ' echo $PWD remixd -s $PWD --remix-ide http://127.0.0.1:8080 & - cd .. + cd ../../.. } BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}} @@ -21,7 +21,7 @@ setupRemixd sleep 5 -TESTFILES=$(circleci tests glob "./test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) +TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) npm run nightwatch_local_firefox $TESTFILES echo "$TEST_EXITCODE" diff --git a/apps/remix-ide/ci/browser_tests_run_deploy.sh b/apps/remix-ide/ci/browser_tests_run_deploy.sh index 442eb24f94..362df9d9ab 100755 --- a/apps/remix-ide/ci/browser_tests_run_deploy.sh +++ b/apps/remix-ide/ci/browser_tests_run_deploy.sh @@ -8,7 +8,7 @@ setupRemixd () { echo 'sharing folder: ' echo $PWD remixd -s $PWD --remix-ide http://127.0.0.1:8080 & - cd ../../ + cd ../../.. } BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}