pull/5370/head
filip mertens 3 years ago
parent 5fedce98f4
commit 24ffd28a71
  1. 3
      .circleci/config.yml

@ -23,8 +23,7 @@ jobs:
steps:
- checkout
- run: TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js")
- run: echo $TESTFILES
- run: TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js") && echo $TESTFILES
- restore_cache:
keys:
- v1-deps-{{ checksum "package-lock.json" }}

Loading…
Cancel
Save