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

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

Loading…
Cancel
Save