diff options
test - breakout npm script for building for integration tests
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index ea6ce72b2..527fb1b9e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,8 @@ jobs: - restore_cache: key: scss-cache-{{ checksum "scss_checksum" }} - run: - name: Build Scss - command: gulp build:scss + name: Build for integration tests + command: test:integration:build - save_cache: key: scss-cache-{{ checksum "scss_checksum" }} paths: |