pull/1754/head
filip mertens 3 years ago
parent 0936fdc6dd
commit 02c4d5a51e
  1. 1
      .circleci/config.yml
  2. 1
      apps/remix-ide/ci/lint.sh

@ -23,6 +23,7 @@ jobs:
steps:
- checkout
- run: curl -s 'https://api.github.com/users/lambda' | jq -r '.name'
- restore_cache:
keys:
- v1-deps-{{ checksum "package-lock.json" }}

@ -6,7 +6,6 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
python3 parse_workspace.py
curl -s 'https://api.github.com/users/lambda' | jq -r '.name'
TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js")

Loading…
Cancel
Save