From 6c3706f3e86f71ce830e9599ebdc32f51b18bda9 Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 9 Mar 2018 13:50:57 -0800 Subject: ci - fix typo --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 527fb1b9e..33723602f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,12 +50,13 @@ jobs: key: dependency-cache-{{ checksum "package-lock.json" }} - run: name: Get Cache key + # this allows us to checksum against a whole directory command: ls -laR ui/app/css/ > scss_checksum - restore_cache: key: scss-cache-{{ checksum "scss_checksum" }} - run: name: Build for integration tests - command: test:integration:build + command: npm run test:integration:build - save_cache: key: scss-cache-{{ checksum "scss_checksum" }} paths: -- cgit v1.2.3