echo the keys

pull/1754/head
filip mertens 3 years ago
parent ef9e447bcf
commit 117392b62e
  1. 2
      apps/remix-ide/ci/lint.sh

@ -12,6 +12,8 @@ TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js"
echo $TESTFILES
TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js" | circleci tests split --split-by=timings)
echo $TESTFILES
TESTFILES=$(echo $KEYS | circleci tests split --split-by=timings)
echo $TESTFILES
echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ]

Loading…
Cancel
Save