pull/1754/head
filip mertens 3 years ago
parent 329e5fab78
commit 03050c9668
  1. 2
      .circleci/config.yml

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

Loading…
Cancel
Save